IMSL C# Numerical Library

MinUnconMultiVar.Fscale Property

The function scaling value for scaling the gradient.

public double Fscale {get; set;}

Property Value

A double scalar specifying the function scaling value for scaling the gradient.

Remarks

By default, the value of this scalar is set to 1.0.

Exceptions

Exception Type Condition
ArgumentException is thrown if Fscale is less than or equal to 0

See Also

MinUnconMultiVar Class | Imsl.Math Namespace