MinUnconMultiVarFscale Property |
The function scaling value for scaling the gradient.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Fscale { get; set; }
Public Property Fscale As Double
Get
Set
public:
property double Fscale {
double get ();
void set (double value);
}
member Fscale : float with get, set
Property Value
Type:
Double
A
double scalar specifying the function scaling value for
scaling the gradient.
Exceptions Remarks
By default, the value of this scalar is set to 1.0.
See Also