Compartir a través de


EdmTypeSemantics.IsDouble(IEdmTypeReference) Método

Definición

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

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a un tipo doble.

Se aplica a