 | RandGenMTwistMaxRandomInt Property |
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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int MaxRandomInt { get; }
Public Shared ReadOnly Property MaxRandomInt As Integer
Get
public:
static property int MaxRandomInt {
int get ();
}
static member MaxRandomInt : int with get
Property Value
Int32
See Also