Compartir a través de


EdmTypeSemantics.IsDecimal Método

Definición

Sobrecargas

IsDecimal(IEdmType)

Devuelve true si esta definición hace referencia a un tipo decimal.

IsDecimal(IEdmTypeReference)

Devuelve true si esta referencia hace referencia a un tipo decimal.

IsDecimal(IEdmType)

Devuelve true si esta definición hace referencia a un tipo decimal.

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

Parámetros

type
IEdmType

Referencia de tipo.

Devoluciones

Esta definición hace referencia a un tipo decimal.

Se aplica a

IsDecimal(IEdmTypeReference)

Devuelve true si esta referencia hace referencia a un tipo decimal.

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo decimal.

Se aplica a