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

取得所有維度的大小。

適用於