ArrayShape 结构

定义

表示数组类型的形状。

public value class ArrayShape
public readonly struct ArrayShape
public struct ArrayShape
type ArrayShape = struct
Public Structure ArrayShape
继承
ArrayShape

构造函数

ArrayShape(Int32, ImmutableArray<Int32>, ImmutableArray<Int32>)

初始化 ArrayShape 结构的新实例。

属性

LowerBounds

获取所有维度的下限。 长度可能小于排名,这种情况下,尾部维度具有未指定的下限。

Rank

获取数组中的维度数。

Sizes

获取所有维度的大小。

适用于