com.jniwrapper
Interface FloatParameter

All Known Implementing Classes:
AbstractFloat, DoubleFloat, LongDouble, SingleFloat

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

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


setValue

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