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)

属性值

ImmutableArray<Int32>

下限数组。

适用于