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)

속성 값

하한의 배열입니다.

적용 대상