C# Class Gammtek.Conduit.Extensions.UInt64Extensions

显示文件 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
Align ( this value, ulong align ) : ulong
BigEndian ( this value ) : ulong
Invert ( this value ) : ulong
LittleEndian ( this value ) : ulong
RotateLeft ( this value, int count ) : ulong
RotateRight ( this value, int count ) : ulong
Swap ( this value ) : ulong
ToBoolean ( this value ) : bool
ToByte ( this value ) : byte
ToChar ( this value ) : char
ToDateTime ( this value ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDouble ( this value ) : double
ToInt16 ( this value ) : short
ToInt32 ( this value ) : int
ToInt64 ( this value ) : long
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint

Method Details

Align() public static method

public static Align ( this value, ulong align ) : ulong
value this
align ulong
return ulong

BigEndian() public static method

public static BigEndian ( this value ) : ulong
value this
return ulong

Invert() public static method

public static Invert ( this value ) : ulong
value this
return ulong

LittleEndian() public static method

public static LittleEndian ( this value ) : ulong
value this
return ulong

RotateLeft() public static method

public static RotateLeft ( this value, int count ) : ulong
value this
count int
return ulong

RotateRight() public static method

public static RotateRight ( this value, int count ) : ulong
value this
count int
return ulong

Swap() public static method

public static Swap ( this value ) : ulong
value this
return ulong

ToBoolean() public static method

public static ToBoolean ( this value ) : bool
value this
return bool

ToByte() public static method

public static ToByte ( this value ) : byte
value this
return byte

ToChar() public static method

public static ToChar ( this value ) : char
value this
return char

ToDateTime() public static method

public static ToDateTime ( this value ) : System.DateTime
value this
return System.DateTime

ToDecimal() public static method

public static ToDecimal ( this value ) : decimal
value this
return decimal

ToDouble() public static method

public static ToDouble ( this value ) : double
value this
return double

ToInt16() public static method

public static ToInt16 ( this value ) : short
value this
return short

ToInt32() public static method

public static ToInt32 ( this value ) : int
value this
return int

ToInt64() public static method

public static ToInt64 ( this value ) : long
value this
return long

ToSByte() public static method

public static ToSByte ( this value ) : sbyte
value this
return sbyte

ToSingle() public static method

public static ToSingle ( this value ) : float
value this
return float

ToUInt16() public static method

public static ToUInt16 ( this value ) : ushort
value this
return ushort

ToUInt32() public static method

public static ToUInt32 ( this value ) : uint
value this
return uint