Definitions for "Float" Add To Word List
Login or Register  | Word Lists | Search History

Primitive data type representing a floating point signed 64-bit number.
Helpful?           0
a data type for storing numbers with decimal places
Helpful?           0
an approximation of a real number
Helpful?           0
a number with desimals
Helpful?           0
Computers cripled representation of a real number. Represented as `IEEE double'.
Helpful?           0
a primitive type capable of holding a 32-bit wide floating point number in IEEE 754 format.
Helpful?           0
The Java primitive representing a floating point number.
Helpful?           0
The Java Object representing a float primitive.
Helpful?           0
A Java keyword used to define a floating point number variable.
Helpful?           0
A type of data for storing numbers with decimal digits.
Helpful?           0
A 32-bit floating-point decimal number as specified in the IEEE 754-1985 standard. Allowable values are the same as in the decimal type, optionally followed by an exponent, or one of the special values "INF" (positive infinity), "-INF" (negative infinity), or "NaN" (not a number). The exponent starts with either or , optionally followed by a sign, and one or more digits. Example: "6.0235e-23".
Helpful?           0
A Java primitive data type; a float value is a 32-bit (single-precision) floating-point number represented in IEEE 754 format.
Helpful?           0
defines a variable of type floating point (real numbers), something like 1.2 or -0.83 Back
Helpful?           0
Short for floating point number or floating point value. A numeric value that includes a fractional component and therefore contains a decimal point. Examples are 3.14159, 1.0, and 1234.2. Opto 22's PAC Control software uses IEEE single-precision floats with rounding errors of no more than one part per million. Float values can range from ± 3.402824 x10 -38 to ± 3.402824 x10+38.
Helpful?           0