Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SadConsole
Game
RangeInt
C# Class SadConsole.Game.RangeInt
Produces values based on a minimum and maximum range.
Mostra file
Open project: Thraka/SadConsole
Public Properties
Property
Type
Description
Maximum
int
Minimum
int
Public Methods
Method
Description
Get
( ) :
int
Gets a random number between the
Minimum
and
Maximum
.
Method Details
Get()
public
method
Gets a random number between the
Minimum
and
Maximum
.
public
Get
( ) :
int
return
int
Property Details
Maximum
public_oe property
The maximum value.
public
int
Maximum
return
int
Minimum
public_oe property
The minimum value.
public
int
Minimum
return
int