PropertiesGetDoubleValue Method (String, Double) |
Returns a value as an double for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public double GetDoubleValue(
string name,
double defaultValue
)
Public Function GetDoubleValue (
name As String,
defaultValue As Double
) As Double
Parameters
- name
- Type: SystemString
The property name. - defaultValue
- Type: SystemDouble
The default value if the property doesn't exist.
Return Value
Type:
DoubleThe value of the property as an integer
See Also