Method Global:CreateULongLong [-] [+]

Returns an object representing an unsigned long long (64-bit) value.

The value by default is 0, but can be initialized to a value by passing a number or unsigned long long as a string.

Synopsis

value = CreateULongLong()

value = CreateULongLong( n )

value = CreateULongLong( n_ull )

value = CreateULongLong( n_str )

Arguments

number n

Valid numbers: integers from 0 to 4,294,967,295.

uint64 n_ull
See method description.
string n_str
See method description.

Returns

uint64 value
See method description.

Generated on 11/04/2018
©2016 - Eluna Lua Engine