ArrayShape コンストラクター

定義

ArrayShape 構造体の新しいインスタンスを初期化します。

public:
 ArrayShape(int rank, System::Collections::Immutable::ImmutableArray<int> sizes, System::Collections::Immutable::ImmutableArray<int> lowerBounds);
public ArrayShape (int rank, System.Collections.Immutable.ImmutableArray<int> sizes, System.Collections.Immutable.ImmutableArray<int> lowerBounds);
new System.Reflection.Metadata.ArrayShape : int * System.Collections.Immutable.ImmutableArray<int> * System.Collections.Immutable.ImmutableArray<int> -> System.Reflection.Metadata.ArrayShape
Public Sub New (rank As Integer, sizes As ImmutableArray(Of Integer), lowerBounds As ImmutableArray(Of Integer))

パラメーター

rank
Int32

配列の次元数。

sizes
ImmutableArray<Int32>

各ディメンションのサイズ。

lowerBounds
ImmutableArray<Int32>

各ディメンションの下限。

適用対象