ArrayShape.LowerBounds Propriedade

Definição

Obtém o limite inferior de todas as dimensões. O tamanho pode ser menor que a classificação, quando então as dimensões à direita terão limites inferiores não 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 da propriedade

ImmutableArray<Int32>

Uma matriz de limites inferiores.

Aplica-se a