Next Previous Contents

74. SLang_push_double

Synopsis

Push a double onto the stack

Usage

int SLang_push_double(double d)

Description

SLang_push_double may be used to push the double precision floating point number d onto the interpreter's run-time stack. It returns zero upon success, or -1 upon error setting SLang_Error accordingly.

See Also

SLang_pop_double, SLang_push_integer


Next Previous Contents