C# Class Foobricator.Sources.RandomDecimal

Random Decimal source
Inheritance: ISource, IFormattable, IDebugInfoProvider
ファイルを表示 Open project: geoffles/Foobricator Class Usage Examples

Public Methods

Method Description
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

Method Details

GetItem() public method

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

RandomDecimal() public method

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

ToString() public method

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