FloatValue constructor

const FloatValue(
  1. double value
)

Implementation

const FloatValue(double value) : super(value, ValueType.float);