程序包 mpi

类 DoubleInt.Data

java.lang.Object
mpi.Struct.Data
mpi.DoubleInt.Data
封闭类:
DoubleInt

public final class DoubleInt.Data extends Struct.Data
Class for reading/writing data in a struct stored in a byte buffer.
  • 构造器详细资料

    • Data

      public Data()
  • 方法详细资料

    • getValue

      public double getValue()
      Gets the double value.
      返回:
      double value
    • getIndex

      public int getIndex()
      Gets the int value.
      返回:
      int value
    • putValue

      public void putValue(double v)
      Puts the double value.
      参数:
      v - double value
    • putIndex

      public void putIndex(int v)
      Puts the int value.
      参数:
      v - int value