ArrayShape Costruttore

Definizione

Inizializza una nuova istanza della struttura 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))

Parametri

rank
Int32

Numero di dimensioni nella matrice.

sizes
ImmutableArray<Int32>

Valore di ogni dimensione.

lowerBounds
ImmutableArray<Int32>

Limite inferiore di ogni dimensione.

Si applica a