C# Class Glare.Internal.ExtensionMethods

ファイルを表示 Open project: Burton-Radons/Alexandria

Public Methods

Method Description
NextDoubleInRange ( this self, double min, double max ) : double

Get the next double value within a range.

NextFullUInt32 ( this self ) : uint

Get the next UInt32 value.

NextFullUInt64 ( this self ) : ulong

Get the next UInt64 value.

NextSingle ( this self ) : float

Get the next single value.

Method Details

NextDoubleInRange() public static method

Get the next double value within a range.
public static NextDoubleInRange ( this self, double min, double max ) : double
self this
min double
max double
return double

NextFullUInt32() public static method

Get the next UInt32 value.
public static NextFullUInt32 ( this self ) : uint
self this
return uint

NextFullUInt64() public static method

Get the next UInt64 value.
public static NextFullUInt64 ( this self ) : ulong
self this
return ulong

NextSingle() public static method

Get the next single value.
public static NextSingle ( this self ) : float
self this
return float