C# Class Gammtek.Conduit.Extensions.SingleExtensions

Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
BigEndian ( this value ) : float
Invert ( this value ) : float
LittleEndian ( this value ) : float
Swap ( this value ) : float
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
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

Method Details

BigEndian() public static method

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

Invert() public static method

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

LittleEndian() public static method

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

Swap() public static method

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

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

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

ToUInt64() public static method

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