共用方式為


EdmTypeSemantics.IsDouble(IEdmTypeReference) 方法

定義

如果這個參考參考雙精度浮點數,則傳回 true。

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

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指雙精度浮點數類型。

適用於