Class FloatParameter

All Implemented Interfaces:
Serializable, Cloneable, GeneralParameterValue, ParameterValue<Double>, Cloneable

public class FloatParameter extends AbstractParameter implements ParameterValue<Double>
A parameter value as a floating point (double precision) number. This class provides the same functionalities than Parameter, except that:
  • Values are always floating point numbers of type double.
  • Units are the same than the default units.
When those conditions are meet, ParameterRealValue is slightly more efficient than ParameterValue since it avoid the creation of Double objects.
Since:
2.1
Author:
Martin Desruisseaux (IRD)
See Also: