Click or drag to resize
ISpeciesFactFieldGetDoubleValue Method
Get Double value. Difference between property DoubleValue and method GetDoubleValue: Property DoubleValue only works if species fact field is of data type Double. Method GetDoubleValue returns the numeric value without checking data type for the species fact field.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
double GetDoubleValue()

Return Value

Type: Double
The value.
See Also