DOCUMENTATION CENTER SEARCH
Mathematica
>
MathLink C Language Functions
>
MathLink
C Function
MLGetFloat()
int MLGetFloat(
MLINK
link
, float *
x
)
gets a floating-point number from the
MathLink
connection specified by
link
and stores it as C type
float
in
x
.
MORE INFORMATION
MLGetFloat()
is normally equivalent to
MLGetReal32()
.
TUTORIALS
Manipulating Expressions in External Programs
Portability of
MathLink
Programs
MathLink
C API Developer Guide (Mac OS X)
MathLink
C API Developer Guide (Unix and Linux)
MathLink
C API Developer Guide (Windows)
MORE ABOUT
MathLink C Functions for Exchanging Data
© 2008 Wolfram Research, Inc.