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)

プロパティ値

下限の配列。

適用対象