Developer   API   Core & System   Float

Float(native)

Float values are "objects" of this class.

Properties

  • MAX : Float
    minimal value of the float type.
  • MIN : Float
    maximal value of the float type.

Methods

  • isFinite() : Boolean
    Returns true if this float value is a finite number.
  • isNaN() : Boolean
    Returns true if this float value appears to be not a number.
  • max(..) : Float
    Find maximum value of its arguments.
  • min(..) : Float
    Find minimum value of its arguments
  • toFloat() : Float
    Simply returns value of the float.
  • toInteger() : Integer
    Converts this float value to integer.
  • toString() : String
    Returns string representation of the float.
API Navigation
Skip Navigation Links.
Expand <span>User Interface</span> User Interface
Collapse <span>Core & System</span> Core & System
System
Object
Integer
Float
String
Date
Math
Array
RegExp
Global
Function
Timer
Expand <span>Graphics</span> Graphics
Expand <span>Files and Databases</span> Files and Databases
Expand <span>Crypto</span> Crypto
Expand <span>Native User Interface</span> Native User Interface
Expand <span>Net</span> Net
Expand <span>Media</span> Media
Expand <span>Sensor</span> Sensor
Expand <span>Game Development</span> Game Development