Uses of Interface
com.jniwrapper.FloatParameter

Packages that use FloatParameter
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
 

Uses of FloatParameter in com.jniwrapper
 

Classes in com.jniwrapper that implement FloatParameter
 class AbstractFloat
          Base class for all floating point types.
 class DoubleFloat
          Represents double float value and type.
 class LongDouble
          Represents long double value and type.
 class SingleFloat
          Represents float value and type.