次の方法で共有


EntityProperty.GeneratePropertyForDouble(Nullable<Double>) メソッド

定義

指定された EntityProperty 値を表す新しい Double オブジェクトを作成します。

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

パラメーター

input
Nullable<Double>

新しい EntityProperty の値です。

戻り値

指定された値を持つ EntityProperty オブジェクトです。

適用対象