The scaled step tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double ScaledStepTolerance { get; set; }
Visual Basic (Declaration)
Public Property ScaledStepTolerance As Double
Visual C++
public:
property double ScaledStepTolerance {
	double get ();
	void set (double value);
}

Field Value

A double scalar containing the scaled step tolerance.

See Also