ArrayShape.LowerBounds Propiedad

Definición

Obtiene los límites inferiores de todas las dimensiones. La longitud puede ser menor que la clasificación, en cuyo caso las dimensiones finales tienen límites inferiores no especificados.

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)

Valor de propiedad

Matriz de límites inferiores.

Se aplica a