Click or drag to resize

VariantAsDouble Method

Return the contained value as double or NaN when empty.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double AsDouble()

Return Value

Double
The double value or NaN.
See Also