Bit.tobit

From GiderosMobile
Revision as of 15:27, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Available since: Gideros 2013.09
Class: bit

Description

Normalizes a number to the numeric range for bit operations and returns it. This function is usually not needed since all bit operations already normalize all of their input arguments.

(number) = bit.tobit(x)

Parameters

x: (number) number which range to normalize

Return values

Returns (number) normalized number