Sdílet prostřednictvím


EdmTypeSemantics.IsIntegral Metoda

Definice

Přetížení

IsIntegral(EdmPrimitiveTypeKind)

Vrátí hodnotu true, pokud tento druh primitivního typu představuje celočíselný typ.

IsIntegral(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na typ celého čísla.

IsIntegral(EdmPrimitiveTypeKind)

Vrátí hodnotu true, pokud tento druh primitivního typu představuje celočíselný typ.

public static bool IsIntegral (this Microsoft.OData.Edm.EdmPrimitiveTypeKind primitiveTypeKind);
static member IsIntegral : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsIntegral (primitiveTypeKind As EdmPrimitiveTypeKind) As Boolean

Parametry

primitiveTypeKind
EdmPrimitiveTypeKind

Referenční informace k typům

Návraty

Tento druh odkazuje na celočíselný typ.

Platí pro

IsIntegral(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na typ celého čísla.

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

Parametry

type
IEdmTypeReference

Referenční informace k typům

Návraty

Tento odkaz odkazuje na typ integer.

Platí pro