PropertiesParserGetDoubleProperty Method (String, Double)

Quartz.NET 3.0 API Documentation
Gets the double property.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual double GetDoubleProperty(
	string name,
	double defaultValue
)

Parameters

name
Type: SystemString
The name.
defaultValue
Type: SystemDouble
The default value.

Return Value

Type: Double

[Missing <returns> documentation for "M:Quartz.Util.PropertiesParser.GetDoubleProperty(System.String,System.Double)"]

See Also

Reference