Method AsDouble
AsDouble(string, double)
Gets command line argument as double.
public virtual double AsDouble(string argName, double defaultValue = 0)
Parameters
argNamestringArgument name.
defaultValuedoubleDefault value. Used if argument is not specified in the command line.