The xdr_double() call translates between C double-precision numbers and their external representations.
Syntax
#include <rpc\rpc.h> bool_t xdr_double(xdrs, dp) XDR *xdrs; double *dp;
Parameters
xdrs
Return Values
The value 1 indicates success; the value 0 indicates an error.