Class MPI.FloatArray
- Description
This class implements an array of double precision floats.
- Note
Values will be converted to and from the Pike float type, which may introduce rounding errors if the types don't match in your installation.
- Method create
MPI.FloatArray MPI.FloatArray(
int(0..)
size
)