C# 클래스 TheMatrix.Utilities

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
GetRandomCharacter ( ) : char
GetRandomDouble ( double min, double max ) : double
Probability ( double p ) : bool
RoundToInt ( double x ) : int

비공개 메소드들

메소드 설명
Utilities ( ) : System

메소드 상세

GetRandomCharacter() 공개 정적인 메소드

public static GetRandomCharacter ( ) : char
리턴 char

GetRandomDouble() 공개 정적인 메소드

public static GetRandomDouble ( double min, double max ) : double
min double
max double
리턴 double

Probability() 공개 정적인 메소드

public static Probability ( double p ) : bool
p double
리턴 bool

RoundToInt() 공개 정적인 메소드

public static RoundToInt ( double x ) : int
x double
리턴 int