ArrayShape Constructor

Definición

Inicializa una nueva instancia de la estructura 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))

Parámetros

rank
Int32

Número de dimensiones de la matriz.

sizes
ImmutableArray<Int32>

Tamaño de cada dimensión.

lowerBounds
ImmutableArray<Int32>

Límite inferior de cada dimensión.

Se aplica a