HelperGetLittleEndianByteArray Method |
Name | Description | |
---|---|---|
GetLittleEndianByteArray(Int16) |
Gets a byte array which represents value of 16 bit singed integer in LittleEndian format.
| |
GetLittleEndianByteArray(Int32) |
Gets a byte array which represents value of 32 bit singed integer in LittleEndian format.
| |
GetLittleEndianByteArray(Single) |
Gets byte array which represents value of float in LittleEndian format.
| |
GetLittleEndianByteArray(UInt16) |
Gets a byte array which represents value of 16 bit unsinged integer in LittleEndian format.
| |
GetLittleEndianByteArray(UInt32) |
Gets a byte array which represents value of 32 bit unsigned integer in LittleEndian format.
|