ChebyshevBasis<T>.LowerBound Property

Gets or sets the lower bound of the interval over which this ChebyshevBasis is defined.

Definition

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

Property Value

T

See Also