Synopsis
void ugn_SwapFloat(long nfloats, void *a1, void *a2)
Purpose
Swaps floats in memory.
Description
This function will swap the specified number of floats between the arrays a1 and a2.
Input
nfloats
Number of floats to swap
a1
Array 1
a2
Array 2