C# 클래스 RandomGen.NumbersLink

상속: INumbers
파일 보기 프로젝트 열기: aliostad/RandomGen

공개 메소드들

메소드 설명
Booleans ( ) : Func
Decimals ( decimal min, decimal max = 1 ) : Func
Doubles ( double min, double max = 1 ) : Func
Doubles ( ) : IDouble
Integers ( int min, int max = 100 ) : Func
Longs ( long min, long max = 100 ) : Func

비공개 메소드들

메소드 설명
NumbersLink ( GenLink randomLink ) : System

메소드 상세

Booleans() 공개 메소드

public Booleans ( ) : Func
리턴 Func

Decimals() 공개 메소드

public Decimals ( decimal min, decimal max = 1 ) : Func
min decimal
max decimal
리턴 Func

Doubles() 공개 메소드

public Doubles ( double min, double max = 1 ) : Func
min double
max double
리턴 Func

Doubles() 공개 메소드

public Doubles ( ) : IDouble
리턴 IDouble

Integers() 공개 메소드

public Integers ( int min, int max = 100 ) : Func
min int
max int
리턴 Func

Longs() 공개 메소드

public Longs ( long min, long max = 100 ) : Func
min long
max long
리턴 Func