Difference between revisions of "Bit.tobit"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2013.09<br/>
 
'''<translate>Available since</translate>:''' Gideros 2013.09<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/bit|bit]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>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.</translate>
 
<translate>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.</translate>

Revision as of 10:29, 24 August 2018

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