Package com.sun.jna.ptr
Class FloatByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.FloatByReference
- All Implemented Interfaces:
NativeMapped
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
FloatByReference
public FloatByReference() -
FloatByReference
public FloatByReference(float value)
-
-
Method Details
-
setValue
public void setValue(float value) -
getValue
public float getValue() -
toString
- Overrides:
toString
in classByReference
-