Home about services products contact login
   com.smardec

J2Native

  j2native
com.smardec.j2native
Interface FloatType

All Superinterfaces:
NumericType
All Known Implementing Classes:
FloatArgument

public interface FloatType
extends NumericType

Common interface for all floating-point types


Method Summary
void setValue(double value)
Sets a floating-point value.
Methods inherited from interface com.smardec.j2native.NumericType
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue

Method Detail
setValue

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

Parameters:
value - floating-point value
Home about services products contact login