Click or drag to resize

CategorizedSettingsElementValueAsDouble(Double) Method

Gets the setting value as a double.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
Syntax
public double ValueAsDouble(
	double defaultValue
)
View Source

Parameters

defaultValue  Double
The default value to return if the setting value is empty.

Return Value

Double
Value as double.
See Also