long

Synopsis

$ long(n)

Convert the specified value to a long scalar

Parameters

n - the value to apply this function to.

Returns

A long scalar.

Examples

$value = long(3.56); println($value);

3

See Also