PropertiesParserGetFloatProperty Method (String, Single)

Quartz.NET 3.0 API Documentation
Gets the float property.

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

C#
public virtual float GetFloatProperty(
	string name,
	float defaultValue
)

Parameters

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

Return Value

Type: Single

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

See Also

Reference