MyMediaLite
CommandLineParameters.GetRemoveFloat Method (string, float)
Syntax
Collapse All
Get a float value from the parameters
Declaring type:
CommandLineParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public float GetRemoveFloat ( string
key
, float
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
Top
Generated by
ImmDoc .NET
.