バージョン

SortedReadOnlyDoubleCollection コンストラクタ

新しい SafeSortedReadOnlyDoubleCollection インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal target As IList(Of Double), _
   ByVal sortedIndices As IList(Of Integer) _
)
public SortedReadOnlyDoubleCollection( 
   IList<double> target,
   IList<int> sortedIndices
)

パラメータ

target
ラップするターゲット コレクション。
sortedIndices
並べ替えられた場合のターゲット コレクションの並べ替えされていないインデックス。
参照