BoundedLeastSquaresScaledStepTolerance Property |
The scaled step tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ScaledStepTolerance { get; set; }
Public Property ScaledStepTolerance As Double
Get
Set
public:
property double ScaledStepTolerance {
double get ();
void set (double value);
}
member ScaledStepTolerance : float with get, set
Property Value
Type:
Double
A
double scalar containing the scaled step tolerance.
See Also