Dev - Data Types - Double

A 64-bit floating-point number. In Lua it's represented by a number.

Double Parameters

When methods have double parameters you can simply put the number in the code. There's no loss of precision.

Double Return Values

When a method returns a double value, it will be converted to a Lua number.