Synopsis

void ugn_SwapDouble(long ndoubles, void *a1, void *a2)

Purpose

Swaps doubles in memory.

Description

This function will swap the specified number of doubles between the arrays a1 and a2.

Input

ndoubles

Number of doubles to swap

a1

Array 1

a2

Array 2