Click or drag to resize

AltaxoVariantToDouble 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 ToDouble()

Return Value

Double
The contents converted to a double.
Remarks
An exception is thrown if the conversion fails. You have to use CanConvertedToDouble for testing if the contents can be converted to a double.
See Also