Click or drag to resize
MinUnconMultiVarFscale Property
The function scaling value for scaling the gradient.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Fscale { get; set; }

Property Value

Type: Double
A double scalar specifying the function scaling value for scaling the gradient.
Exceptions
ExceptionCondition
ArgumentException is thrown if Fscale is less than or equal to 0
Remarks
By default, the value of this scalar is set to 1.0.
See Also