Click or drag to resize

ConstantDoubleColumn(Double) Constructor

Initializes a new instance of the ConstantDoubleColumn class with the specified value.

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

Parameters

value  Double
The constant value.
See Also