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

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

適用対象