Bearbeiten

Teilen über


Tensor<T>.Rank Property

Definition

Gets a value indicating the rank, or number of dimensions, of this Tensor<T>.

public:
 property int Rank { int get(); };
public int Rank { get; }
member this.Rank : int
Public ReadOnly Property Rank As Integer

Property Value

IntPtr with the number of dimensions.

Implements

Applies to