public final class FloatInt extends Struct
MPI.FLOAT_INT
datatype.Modifier and Type | Class and Description |
---|---|
class |
FloatInt.Data
Class for reading/writing data in a struct stored in a byte buffer.
|
Modifier | Constructor and Description |
---|---|
protected |
FloatInt(int intOff,
int intSize)
The struct object will be created only in MPI class.
|
Modifier and Type | Method and Description |
---|---|
protected FloatInt.Data |
newData()
Creates a Data object.
|
protected FloatInt(int intOff, int intSize)
intOff
- int offsetintSize
- int sizeMPI.floatInt
protected FloatInt.Data newData()