C# 클래스 SuperImageEvolver.Utilities

파일 보기 프로젝트 열기: fragmer/SuperImageEvolver

공개 메소드들

메소드 설명
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