Package mpi
Class FloatInt
java.lang.Object
mpi.Struct
mpi.FloatInt
Struct class for
MPI.FLOAT_INT
datatype.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class
Class for reading/writing data in a struct stored in a byte buffer. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FloatInt
(int intOff, int intSize) The struct object will be created only in MPI class. -
Method Summary
-
Constructor Details
-
FloatInt
protected FloatInt(int intOff, int intSize) The struct object will be created only in MPI class.- Parameters:
intOff
- int offsetintSize
- int size- See Also:
-
-
Method Details