C# Class SuperImageEvolver.Utilities

Afficher le fichier Open project: fragmer/SuperImageEvolver

Méthodes publiques

Méthode Description
NextByte ( this rand ) : byte
NextByte ( this rand, int max ) : byte
NextByte ( this rand, int min, int max ) : byte
NextDouble ( this rand, double max ) : double
NextDouble ( this rand, double min, double max ) : double
NextFloat ( this rand ) : float
NextFloat ( this rand, double max ) : float
NextFloat ( this rand, double min, double max ) : float
ToCompactString ( this span ) : string

Method Details

NextByte() public static méthode

public static NextByte ( this rand ) : byte
rand this
Résultat byte

NextByte() public static méthode

public static NextByte ( this rand, int max ) : byte
rand this
max int
Résultat byte

NextByte() public static méthode

public static NextByte ( this rand, int min, int max ) : byte
rand this
min int
max int
Résultat byte

NextDouble() public static méthode

public static NextDouble ( this rand, double max ) : double
rand this
max double
Résultat double

NextDouble() public static méthode

public static NextDouble ( this rand, double min, double max ) : double
rand this
min double
max double
Résultat double

NextFloat() public static méthode

public static NextFloat ( this rand ) : float
rand this
Résultat float

NextFloat() public static méthode

public static NextFloat ( this rand, double max ) : float
rand this
max double
Résultat float

NextFloat() public static méthode

public static NextFloat ( this rand, double min, double max ) : float
rand this
min double
max double
Résultat float

ToCompactString() public static méthode

public static ToCompactString ( this span ) : string
span this
Résultat string