Synopsis

(macro) void ugn_MoveFloat(long nfloats, void *src, void *dst)

Purpose

Move floats in memory.

Description

This function will move the specified number of floats from one memory location to another. An inline function macro is also available for this function called ugn_MOVEFLOAT which has the same arguments.

Input

nfloats

Number of floats to move

src

Source memory location

dst

Destination memory location