Click or drag to resize

AltaxoVariant(Double) Constructor

Initializes a new instance of the AltaxoVariant struct from a Double value.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoVariant(
	double d
)

Parameters

d  Double
The numeric value.
See Also