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