Method | Description | |
---|---|---|
SwapBytes ( this Value ) : |
Swap the byte representation of the given Int16 value.
|
|
SwapBytes ( this Value ) : |
Swap the byte representation of the given Int32 value.
|
|
SwapBytes ( this Value ) : System.Int64 |
Swap the byte representation of the given Int64 value.
|
|
SwapBytes ( this Value ) : |
Swap the byte representation of the given UInt16 value.
|
|
SwapBytes ( this Value ) : |
Swap the byte representation of the given UInt32 value.
|
|
SwapBytes ( this Value ) : System.UInt64 |
Swap the byte representation of the given UInt64 value.
|
public static SwapBytes ( this Value ) : |
||
Value | this | A Int16. |
return |
public static SwapBytes ( this Value ) : |
||
Value | this | A Int32. |
return |
public static SwapBytes ( this Value ) : System.Int64 | ||
Value | this | A Int64. |
return | System.Int64 |
public static SwapBytes ( this Value ) : |
||
Value | this | A UInt16. |
return |
public static SwapBytes ( this Value ) : |
||
Value | this | A UInt32. |
return |
public static SwapBytes ( this Value ) : System.UInt64 | ||
Value | this | A UInt64. |
return | System.UInt64 |