Class Flt

All Implemented Interfaces:
PointerInterface

public class Flt extends Array
  • Constructor Details

    • Flt

      public Flt(float f)
    • Flt

      public Flt()
    • Flt

      public Flt(PointerContainer pointer, int length)
    • Flt

      public Flt(PointerContainer pointer)
    • Flt

      public Flt(float[] values)
  • Method Details

    • setAt

      public void setAt(int index, float value)
    • getAt

      public float getAt(int index)
    • create

      public static Flt create(float value)
    • set

      public void set(float i)
    • get

      public float get()