The function scaling value for scaling the gradient.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Fscale { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Fscale As Double |
Visual C++ |
---|
public: property double Fscale { double get (); void set (double value); } |
Field 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 | Condition |
---|---|
System..::.ArgumentException | is thrown if Fscale is less than or equal to 0 |