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)

プロパティ値

下限の配列。

適用対象