WeightFunctions.OneOverY Field

The weight is equal to the reciprocal of the y-value.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly Func<double, double, double> OneOverY

Field Value

Func<Double, Double, Double>

See Also