Share via


EdmTypeSemantics.IsDecimal Method

Definition

Overloads

IsDecimal(IEdmType)

Returns true if this definition refers to a decimal type.

IsDecimal(IEdmTypeReference)

Returns true if this reference refers to a decimal type.

IsDecimal(IEdmType)

Returns true if this definition refers to a decimal type.

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

Parameters

type
IEdmType

Type reference.

Returns

This definition refers to a decimal type.

Applies to

IsDecimal(IEdmTypeReference)

Returns true if this reference refers to a decimal type.

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

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a decimal type.

Applies to