Method MPI.FloatArray()->assign()
classMPI.FloatArray
- Method
assign
voidassign(MPI.FloatArrayother)- Description
Assigns the first
sizeof(other)entries fromotherto the respective entries in the current array.- Throws
If
sizeof(other) > sizeof(this)