다음을 통해 공유


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)

속성 값

하한 배열입니다.

적용 대상