ArrayShape 구조체

정의

배열 형식의 모양을 나타냅니다.

public value class ArrayShape
public readonly struct ArrayShape
public struct ArrayShape
type ArrayShape = struct
Public Structure ArrayShape
상속
ArrayShape

생성자

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

구조체의 새 인스턴스를 초기화합니다 ArrayShape .

속성

Name Description
LowerBounds

모든 차원의 하한을 가져옵니다. 길이는 순위보다 작을 수 있으며, 이 경우 후행 차원에는 지정되지 않은 하한이 있습니다.

Rank

배열의 차원 수를 가져옵니다.

Sizes

모든 차원의 크기를 가져옵니다.

적용 대상