powered by
A float32 class constructor. For developers only.
float32
float32(x)
A float32 class object.
Input data of type integer.
Wraps the integer-type data in the float32 S4 class, so that the data will be interpreted as 32-bit floats.
If instead you merely want to convert numeric/double data to float type, instead you should call fl(x).
fl(x)