MLGetDouble()
int MLGetDouble(MLINK link, double *x) gets a floating-point number from the MathLink connection specified by link and stores it as C type double in x.
MLGetDouble() is normally equivalent to MLGetReal(). See notes for MLGetReal(). See The Mathematica Book: Section 2.12.5. See also: MLGetFloat.