Synopsis
(macro) void ugn_MoveDouble(long ndoubles, void *src, void *dst)
Purpose
Move doubles in memory.
Description
This function will move the specified number of doubles from one memory location to another. An inline function macro is also available for this function called ugn_MOVEDOUBLE which has the same arguments.
Input
ndoubles
Number of doubles to move
src
Source memory location
dst
Destination memory location