SearchDocument.GetDoubleCollection(String) メソッド

定義

という名前keyの のコレクション プロパティのDoubleSearchDocument値を取得します。

public System.Collections.Generic.IReadOnlyList<double> GetDoubleCollection (string key);
member this.GetDoubleCollection : string -> System.Collections.Generic.IReadOnlyList<double>
Public Function GetDoubleCollection (key As String) As IReadOnlyList(Of Double)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

適用対象