Tensor<T>.FlattenedLength Property

Gets the total number of elements in the tensor.

Definition

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

Property Value

Int64

See Also