程序包 mpi

类 LongInt


public final class LongInt extends Struct
Struct class for MPI.LONG_INT datatype.
  • 构造器详细资料

    • LongInt

      protected LongInt(int longSize, int intOff, int intSize)
      The struct object will be created only in MPI class.
      参数:
      longSize - size of long
      intOff - int offset
      intSize - int size
      另请参阅:
  • 方法详细资料

    • newData

      protected LongInt.Data newData()
      Creates a Data object.
      指定者:
      newData 在类中 Struct
      返回:
      new Data object.