共用方式為


EdmTypeSemantics.IsFloating(IEdmTypeReference) 方法

定義

如果這個參考參考指向浮點類型,則傳回 true。

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

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指浮點類型。

適用於