程序包 mpi

类 FloatInt.Data

封闭类:
FloatInt

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

    • Data

      public Data()
  • 方法详细资料

    • getValue

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

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

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

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