Partilhar via


EntityProperty.GeneratePropertyForDouble(Nullable<Double>) Método

Definição

Cria um novo objeto EntityProperty que representa o valor Double especificado.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForDouble (double? input);
static member GeneratePropertyForDouble : Nullable<double> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForDouble (input As Nullable(Of Double)) As EntityProperty

Parâmetros

input
Nullable<Double>

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a