ArrayShape.LowerBounds Propriedade

Definição

Obtém os limites inferiores de todas as dimensões. O comprimento pode ser menor que a classificação, caso em que as dimensões à direita têm 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

Uma matriz de limites inferiores.

Aplica-se a