Package mpi

Class DoubleInt

    • Constructor Detail

      • DoubleInt

        protected DoubleInt​(int intOff,
                            int intSize)
        The struct object will be created only in MPI class.
        Parameters:
        intOff - int offset
        intSize - int size
        See Also:
        MPI.doubleInt
    • Method Detail

      • newData

        protected DoubleInt.Data newData()
        Creates a Data object.
        Specified by:
        newData in class Struct
        Returns:
        new Data object.