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

すべてのディメンションのサイズを取得します。

適用対象