Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Values with the float type are 64-bit double-precision floating points.
Remarks
NaN (not a number) is a special float-type value that represents an undefined or unrepresentable numeric value.
Members
Generate a float
value that is NaN (not a number).
Determines whether a float
is NaN or not.
Determines whether the float
evaluates to positive or negative infinity.
Determines whether the float
evaluates to positive infinity.
Determines whether the float
evaluates to negative infinity.
Rounds the float
value down to the nearest integer value.
Returns an integer by removing the fraction part of a float
.
Rounds a float
value to the nearest integer.
Rounds the float
value up to the nearest integer.
Converts the string
representation of a numeric value to float
.
Parses a string
representation of a numeric value as a float according to the
specified number format.
Converts a float to its string representation according to the specified number format.