com.sfm.ap210.jsdai.param
Interface DoubleParam

All Superinterfaces:
Param
All Known Implementing Classes:
DoubleParamImpl

public interface DoubleParam
extends Param

A unit-less floating point parameter.


Method Summary
 double getDoubleValue()
           
 
Methods inherited from interface com.sfm.ap210.jsdai.param.Param
getName, getValue, toString
 

Method Detail

getDoubleValue

double getDoubleValue()