Partager via


EdmTypeSemantics.IsDecimal Méthode

Définition

Surcharges

IsDecimal(IEdmType)

Retourne true si cette définition fait référence à un type décimal.

IsDecimal(IEdmTypeReference)

Retourne true si cette référence fait référence à un type décimal.

IsDecimal(IEdmType)

Retourne true si cette définition fait référence à un type décimal.

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

Paramètres

type
IEdmType

Référence de type.

Retours

Cette définition fait référence à un type décimal.

S’applique à

IsDecimal(IEdmTypeReference)

Retourne true si cette référence fait référence à un type décimal.

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

Paramètres

type
IEdmTypeReference

Référence de type.

Retours

Cette référence fait référence à un type décimal.

S’applique à