FLOATING property

Type FLOATING
final

Floating precision corresponds to the standard Java double-precision floating-point representation, which is based on the IEEE-754 standard

Implementation

static final Type FLOATING = Type("FLOATING");