float32 {float} | R Documentation |
float32
Description
A float32
class constructor. For developers only.
Usage
float32(x)
Arguments
x |
Input data of type integer. |
Details
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)
.
Value
A float32
class object.
[Package float version 0.3-2 Index]