JFloat constructor

JFloat(
  1. double value
)

Implementation

JFloat(double value) : super(value, _new, _jFloatCls);