Share via


EdmTypeSemantics.IsSignedIntegral(IEdmTypeReference) Method

Definition

Returns true if this reference refers to a signed integral type.

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

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a signed integral type.

Applies to