Метод | Описание | |
---|---|---|
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 |
public static Align ( this value, ulong align ) : ulong | ||
value | this | |
align | ulong | |
Результат | ulong |
public static BigEndian ( this value ) : ulong | ||
value | this | |
Результат | ulong |
public static Invert ( this value ) : ulong | ||
value | this | |
Результат | ulong |
public static LittleEndian ( this value ) : ulong | ||
value | this | |
Результат | ulong |
public static RotateLeft ( this value, int count ) : ulong | ||
value | this | |
count | int | |
Результат | ulong |
public static RotateRight ( this value, int count ) : ulong | ||
value | this | |
count | int | |
Результат | ulong |
public static Swap ( this value ) : ulong | ||
value | this | |
Результат | ulong |
public static ToBoolean ( this value ) : bool | ||
value | this | |
Результат | bool |
public static ToByte ( this value ) : byte | ||
value | this | |
Результат | byte |
public static ToChar ( this value ) : char | ||
value | this | |
Результат | char |
public static ToDateTime ( this value ) : System.DateTime | ||
value | this | |
Результат | System.DateTime |
public static ToDecimal ( this value ) : decimal | ||
value | this | |
Результат | decimal |
public static ToDouble ( this value ) : double | ||
value | this | |
Результат | double |
public static ToInt16 ( this value ) : short | ||
value | this | |
Результат | short |
public static ToInt32 ( this value ) : int | ||
value | this | |
Результат | int |
public static ToInt64 ( this value ) : long | ||
value | this | |
Результат | long |
public static ToSByte ( this value ) : sbyte | ||
value | this | |
Результат | sbyte |
public static ToSingle ( this value ) : float | ||
value | this | |
Результат | float |
public static ToUInt16 ( this value ) : ushort | ||
value | this | |
Результат | ushort |
public static ToUInt32 ( this value ) : uint | ||
value | this | |
Результат | uint |