C# Class Gammtek.Conduit.Extensions.Int64Extensions

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
Align ( this value, long align ) : long
BigEndian ( this value ) : long
Invert ( this value ) : long
LittleEndian ( this value ) : long
RotateLeft ( this value, int count ) : long
RotateRight ( this value, int count ) : long
Split ( this l, int &i1, int &i2 ) : void
Swap ( this value ) : long
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
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

Method Details

Align() public static méthode

public static Align ( this value, long align ) : long
value this
align long
Résultat long

BigEndian() public static méthode

public static BigEndian ( this value ) : long
value this
Résultat long

Invert() public static méthode

public static Invert ( this value ) : long
value this
Résultat long

LittleEndian() public static méthode

public static LittleEndian ( this value ) : long
value this
Résultat long

RotateLeft() public static méthode

public static RotateLeft ( this value, int count ) : long
value this
count int
Résultat long

RotateRight() public static méthode

public static RotateRight ( this value, int count ) : long
value this
count int
Résultat long

Split() public static méthode

public static Split ( this l, int &i1, int &i2 ) : void
l this
i1 int
i2 int
Résultat void

Swap() public static méthode

public static Swap ( this value ) : long
value this
Résultat long

ToBoolean() public static méthode

public static ToBoolean ( this value ) : bool
value this
Résultat bool

ToByte() public static méthode

public static ToByte ( this value ) : byte
value this
Résultat byte

ToChar() public static méthode

public static ToChar ( this value ) : char
value this
Résultat char

ToDateTime() public static méthode

public static ToDateTime ( this value ) : System.DateTime
value this
Résultat System.DateTime

ToDecimal() public static méthode

public static ToDecimal ( this value ) : decimal
value this
Résultat decimal

ToDouble() public static méthode

public static ToDouble ( this value ) : double
value this
Résultat double

ToInt16() public static méthode

public static ToInt16 ( this value ) : short
value this
Résultat short

ToInt32() public static méthode

public static ToInt32 ( this value ) : int
value this
Résultat int

ToSByte() public static méthode

public static ToSByte ( this value ) : sbyte
value this
Résultat sbyte

ToSingle() public static méthode

public static ToSingle ( this value ) : float
value this
Résultat float

ToUInt16() public static méthode

public static ToUInt16 ( this value ) : ushort
value this
Résultat ushort

ToUInt32() public static méthode

public static ToUInt32 ( this value ) : uint
value this
Résultat uint

ToUInt64() public static méthode

public static ToUInt64 ( this value ) : ulong
value this
Résultat ulong