ArrayShape.LowerBounds Propiedad

Definición

Obtiene los límites inferiores de todas las dimensiones. La longitud puede ser menor que el rango, en cuyo caso las dimensiones finales tienen límites inferiores sin especificar.

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