Delen via


EdmTypeSemantics.IsDouble(IEdmTypeReference) Method

Definition

Returns true if this reference refers to a double type.

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

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a double type.

Applies to