The global bound for all random values.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static double MaxRandom
Visual Basic (Declaration)
Public Shared MaxRandom As Double
Visual C++
public:
static double MaxRandom

Remarks

This is used mainly for performance and robustness tests. In general, set this value to 1.0

See Also