floatValue method

double floatValue()

Get the numeric value of this Value as a single-precision float.

Implementation

double floatValue() {
  return doubleValue().toDouble();
}