Gets the maximum random integer value. All random integers generated by instances of this class are less than or equal to this value. This value is 0x7fffffff (2,147,483,647).

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static int MaxRandomInt { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MaxRandomInt As Integer
Visual C++
public:
static property int MaxRandomInt {
	int get ();
}

See Also