C# 클래스 Foobricator.Sources.RandomDecimal

Random Decimal source
상속: ISource, IFormattable, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator 1 사용 예제들

공개 메소드들

메소드 설명
GetItem ( ) : object

Random decimal value between upper and lower. From Foobricator.Sources.ISource

RandomDecimal ( int lower, int upper ) : System

Initialise for the given range

ToString ( string format, IFormatProvider formatProvider ) : string

Format output as per format string

메소드 상세

GetItem() 공개 메소드

Random decimal value between upper and lower. From Foobricator.Sources.ISource
public GetItem ( ) : object
리턴 object

RandomDecimal() 공개 메소드

Initialise for the given range
public RandomDecimal ( int lower, int upper ) : System
lower int
upper int
리턴 System

ToString() 공개 메소드

Format output as per format string
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string