Package mpi

Class FloatInt


public final class FloatInt extends Struct
Struct class for MPI.FLOAT_INT datatype.
  • Constructor Details

    • FloatInt

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

    • newData

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