Go to the source code of this file.
◆ ByteSwapDouble()
| void ByteSwapDouble |
( |
double * | doubleNumber | ) |
|
◆ ByteSwapDoubleArray()
| void ByteSwapDoubleArray |
( |
double * | doubleArray, |
|
|
int | arraySize ) |
◆ ByteSwapFloat()
| void ByteSwapFloat |
( |
float * | floatNumber | ) |
|
◆ ByteSwapFloatArray()
| void ByteSwapFloatArray |
( |
float * | floatArray, |
|
|
int | arraySize ) |
◆ ByteSwapLong()
| void ByteSwapLong |
( |
AXGLONG * | longNumber | ) |
|
◆ ByteSwapLongArray()
| void ByteSwapLongArray |
( |
AXGLONG * | longArray, |
|
|
int | arraySize ) |
◆ ByteSwapShort()
| void ByteSwapShort |
( |
short * | shortNumber | ) |
|
◆ ByteSwapShortArray()
| void ByteSwapShortArray |
( |
short * | shortArray, |
|
|
int | arraySize ) |