[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ParameterList.getFloatParameter

getFloatParameter Method

getFloatParameter(string)

Returns the value of the named parameter as a float. If the parameter has a non-numeric value a NumberFormatException is thrown. If the parameter has a multiple word value than the first word is returned as an int, others are ignored. If the parameter 'pname' is not in the parameter list, an IllegalArgumentException is thrown.

Declaration
public virtual float getFloatParameter(string pname)
Parameters
Type Name Description
string pname

The parameter name.

Returns
Type Description
float

the value of the parameter as a float.