Get a double value from the parameters
Declaring type: CommandLineParameters
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public double GetRemoveDouble (
        string key,
        double dvalue
) 
Parameters
key
the parameter name
dvalue
the default value if parameter of the given name is not found
Return Value
the value of the parameter if it is found, the default value otherwise