Contents Previous Next

mxmlSetReal()


Description

Set the value of a real number node. The node is not changed if it is not a real number node.

Syntax

int
mxmlSetReal(
    mxml_node_t * node,
    double real);

Arguments

NameDescription
nodeNode to set
realReal number value

Returns

0 on success, -1 on failure


Contents Previous Next