共用方式為


EdmTypeSemantics.IsDecimal 方法

定義

多載

IsDecimal(IEdmType)

如果這個定義參考十進位類型,則傳回 true。

IsDecimal(IEdmTypeReference)

如果這個參考參考十進位類型,則傳回 true。

IsDecimal(IEdmType)

如果這個定義參考十進位類型,則傳回 true。

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

參數

type
IEdmType

類型參考。

傳回

此定義是指十進位類型。

適用於

IsDecimal(IEdmTypeReference)

如果這個參考參考十進位類型,則傳回 true。

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

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指十進位類型。

適用於