Mathematica 9 is now available
 Documentation /  Mathematica /  The Mathematica Book /  Mathematica Reference Guide /  Listing of C Functions in the MathLink Library /

MLPutDoubleMLPutFunction

MLPutFloat()

FilledSmallSquareint MLPutFloat(MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link with a precision corresponding to the C type float.

FilledSmallSquare The argument x is typically declared as float in external programs, but must be declared as double in MLPutFloat() itself in order to work even in the absence of C prototypes.

FilledSmallSquare See notes for MLPutReal().

FilledSmallSquare See The Mathematica Book: Section 2.12.5.

MLPutDoubleMLPutFunction



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.