C# Class RXRandom, FutilePrototyper

Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Méthode Description
Bool ( ) : bool
Double ( ) : double
Float ( ) : float
Float ( float max ) : float
Int ( ) : int
Int ( int max ) : int
Range ( float low, float high ) : float
Range ( int low, int high ) : int

Method Details

Bool() public static méthode

public static Bool ( ) : bool
Résultat bool

Double() public static méthode

public static Double ( ) : double
Résultat double

Float() public static méthode

public static Float ( ) : float
Résultat float

Float() public static méthode

public static Float ( float max ) : float
max float
Résultat float

Int() public static méthode

public static Int ( ) : int
Résultat int

Int() public static méthode

public static Int ( int max ) : int
max int
Résultat int

Range() public static méthode

public static Range ( float low, float high ) : float
low float
high float
Résultat float

Range() public static méthode

public static Range ( int low, int high ) : int
low int
high int
Résultat int