WeightFunctions.None Field

There is no weight function. All weights are assumed to be equal.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly Func<double, double, double>? None

Field Value

Func<Double, Double, Double>

See Also