Method | Description | |
---|---|---|
SwitchEndian ( byte x ) : byte[] | ||
SwitchEndian ( char x ) : char | ||
SwitchEndian ( double x ) : double | ||
SwitchEndian ( float x ) : float | ||
SwitchEndian ( int x ) : int | ||
SwitchEndian ( long x ) : long | ||
SwitchEndian ( short x ) : short | ||
SwitchEndian ( uint x ) : uint | ||
SwitchEndian ( ulong x ) : ulong | ||
SwitchEndian ( ushort x ) : ushort |
public static SwitchEndian ( byte x ) : byte[] | ||
x | byte | |
return | byte[] |
public static SwitchEndian ( double x ) : double | ||
x | double | |
return | double |
public static SwitchEndian ( float x ) : float | ||
x | float | |
return | float |
public static SwitchEndian ( short x ) : short | ||
x | short | |
return | short |
public static SwitchEndian ( ulong x ) : ulong | ||
x | ulong | |
return | ulong |
public static SwitchEndian ( ushort x ) : ushort | ||
x | ushort | |
return | ushort |