FloatValue constructor

FloatValue([
  1. double value = 0.0
])

Implementation

FloatValue([double value = 0.0]) : super(value);