Bagikan melalui


ArrayShape Konstruktor

Definisi

Menginisialisasi instans ArrayShape baru struktur.

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))

Parameter

rank
Int32

Jumlah dimensi dalam array.

sizes
ImmutableArray<Int32>

Ukuran setiap dimensi.

lowerBounds
ImmutableArray<Int32>

Batas bawah setiap dimensi.

Berlaku untuk