WSGetReal128 (C Function)
-
See Also
- C Functions
- WSGetReal32()
- WSGetReal64()
- Related Guides
- Tech Notes
-
-
See Also
- C Functions
- WSGetReal32()
- WSGetReal64()
- Related Guides
- Tech Notes
-
See Also
WSGetReal128 (C Function)
int WSGetReal128(WSLINK link,wsextended_double *d)
gets an extended-precision floating-point number from link and stores it in d.
Examples
Basic Examples (1)
#include "wstp.h"
/* read a extended-precision floating-point number from a link */
void f(WSLINK lp)
{
wsextended_double r;
if(! WSGetReal128(lp, &r))
{ /* unable to read the floating-point number from lp */ }
/* ... */
}
See Also
C Functions: WSGetReal32() WSGetReal64()
History
Introduced in 2007 (6.0)