ArrayShape.LowerBounds Propriedade

Definição

Obtém os limites inferiores de todas as dimensões. O comprimento pode ser menor que o posto, caso em que as dimensões finais 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 de Propriedade

Um conjunto de limites inferiores.

Aplica-se a