WeightFunctions.OneOverX Field

The weight is equal to the reciprocal of the x-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> OneOverX

Field Value

Func<Double, Double, Double>

See Also