Array.addDoubleElement
void addDoubleElement(double value)Conveniently adds the given floating point value into an array.
See also: [json.array.Array.addElement], [json.node.Node.setDouble]
Parameters
value | the floating point value to add |
void addDoubleElement(double value)Conveniently adds the given floating point value into an array.
See also: [json.array.Array.addElement], [json.node.Node.setDouble]
value | the floating point value to add |