C# Class Gammtek.Conduit.Extensions.UInt16Extensions

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
BigEndian ( this value ) : ushort
Invert ( this value ) : ushort
LittleEndian ( this value ) : ushort
RotateLeft ( this value, int count ) : ushort
RotateRight ( this value, int count ) : ushort
Swap ( this value ) : ushort
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
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

Method Details

BigEndian() public static méthode

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

Invert() public static méthode

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

LittleEndian() public static méthode

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

RotateLeft() public static méthode

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

RotateRight() public static méthode

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

Swap() public static méthode

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

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

ToInt64() public static méthode

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

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

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