共用方式為


EdmTypeSemantics.IsSignedIntegral(IEdmTypeReference) 方法

定義

如果這個參考參考帶正負號的整數型別,則傳回 true。

public static bool IsSignedIntegral (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsSignedIntegral : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsSignedIntegral (type As IEdmTypeReference) As Boolean

參數

type
IEdmTypeReference

類型參考。

傳回

這個參考是指帶正負號的整數型別。

適用於