C# Класс SuperImageEvolver.Utilities

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

NextByte() публичный статический Метод

public static NextByte ( this rand ) : byte
rand this
Результат byte

NextByte() публичный статический Метод

public static NextByte ( this rand, int max ) : byte
rand this
max int
Результат byte

NextByte() публичный статический Метод

public static NextByte ( this rand, int min, int max ) : byte
rand this
min int
max int
Результат byte

NextDouble() публичный статический Метод

public static NextDouble ( this rand, double max ) : double
rand this
max double
Результат double

NextDouble() публичный статический Метод

public static NextDouble ( this rand, double min, double max ) : double
rand this
min double
max double
Результат double

NextFloat() публичный статический Метод

public static NextFloat ( this rand ) : float
rand this
Результат float

NextFloat() публичный статический Метод

public static NextFloat ( this rand, double max ) : float
rand this
max double
Результат float

NextFloat() публичный статический Метод

public static NextFloat ( this rand, double min, double max ) : float
rand this
min double
max double
Результат float

ToCompactString() публичный статический Метод

public static ToCompactString ( this span ) : string
span this
Результат string