ArrayShape Konstruktor

Definice

Inicializuje novou instanci ArrayShape struktury.

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

Parametry

rank
Int32

Počet dimenzí v poli.

sizes
ImmutableArray<Int32>

Velikost jednotlivých dimenzí.

lowerBounds
ImmutableArray<Int32>

Dolní mez každé dimenze.

Platí pro