ArrayShape.LowerBounds Proprietà

Definizione

Ottiene il limite inferiore di ogni dimensione. La lunghezza può essere inferiore alla classificazione, nel qual caso i limiti inferiori delle dimensioni finali non sono specificati.

public:
 property System::Collections::Immutable::ImmutableArray<int> LowerBounds { System::Collections::Immutable::ImmutableArray<int> get(); };
public System.Collections.Immutable.ImmutableArray<int> LowerBounds { get; }
member this.LowerBounds : System.Collections.Immutable.ImmutableArray<int>
Public ReadOnly Property LowerBounds As ImmutableArray(Of Integer)

Valore della proprietà

ImmutableArray<Int32>

Matrice di limiti inferiori.

Si applica a