Méthode | 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 |
public static BigEndian ( this value ) : float | ||
value | this | |
Résultat | float |
public static Invert ( this value ) : float | ||
value | this | |
Résultat | float |
public static LittleEndian ( this value ) : float | ||
value | this | |
Résultat | float |
public static ToBoolean ( this value ) : bool | ||
value | this | |
Résultat | bool |
public static ToDateTime ( this value ) : System.DateTime | ||
value | this | |
Résultat | System.DateTime |
public static ToDecimal ( this value ) : decimal | ||
value | this | |
Résultat | decimal |
public static ToDouble ( this value ) : double | ||
value | this | |
Résultat | double |
public static ToInt16 ( this value ) : short | ||
value | this | |
Résultat | short |
public static ToInt64 ( this value ) : long | ||
value | this | |
Résultat | long |
public static ToSByte ( this value ) : sbyte | ||
value | this | |
Résultat | sbyte |
public static ToUInt16 ( this value ) : ushort | ||
value | this | |
Résultat | ushort |
public static ToUInt32 ( this value ) : uint | ||
value | this | |
Résultat | uint |
public static ToUInt64 ( this value ) : ulong | ||
value | this | |
Résultat | ulong |