ArrayShape.LowerBounds 屬性

定義

取得所有維度的下限。 後置維度未指定下限時,長度可能會小於順位。

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)

屬性值

下限的陣列。

適用於