FunctionBasis<T>.Length Property

Gets the number of items in this FunctionBasis.

Definition

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

Property Value

Int32
The number of items in this FunctionBasis.

See Also