Click or drag to resize

AltaxoVariantToDoubleOrNaN Method

Converts the content to a double, if possible. The structure remains unchanged.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double ToDoubleOrNaN()

Return Value

Double
The content converted to a double.
Remarks
No exception is thrown if the conversion is not possible. Instead, NaN is returned.
See Also