com.jniwrapper
Interface FloatParameter

All Known Implementing Classes:
AbstractFloat

public interface FloatParameter

Common interface for all floating-point types.


Method Summary
 double getValue()
          Returns a floating-point value of the object instance.
 void setValue(double d)
          Sets a floating-point value to a specified value.
 

Method Detail

getValue

public double getValue()
Returns a floating-point value of the object instance.


setValue

public void setValue(double d)
Sets a floating-point value to a specified value.