Tensor<T>.Rank Property

Gets the number of dimensions of the tensor.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public int Rank { get; }

Property Value

Int32

Implements

ITensor.Rank

See Also