C# 클래스 Glare.Internal.ExtensionMethods

파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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.

메소드 상세

NextDoubleInRange() 공개 정적인 메소드

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

NextFullUInt32() 공개 정적인 메소드

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

NextFullUInt64() 공개 정적인 메소드

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

NextSingle() 공개 정적인 메소드

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