ArrayShape Konstruktor

Definition

Initierar en ny instans av ArrayShape strukturen.

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

Parametrar

rank
Int32

Antalet dimensioner i matrisen.

sizes
ImmutableArray<Int32>

Storleken på varje dimension.

lowerBounds
ImmutableArray<Int32>

Den nedre gränsen för varje dimension.

Gäller för