EdmTypeSemantics.IsDecimal 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IsDecimal(IEdmType) |
如果這個定義參考十進位類型,則傳回 true。 |
IsDecimal(IEdmTypeReference) |
如果這個參考參考十進位類型,則傳回 true。 |
IsDecimal(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
類型參考。
傳回
此參考是指十進位類型。