Click or drag to resize

DoubleColumn(DoubleColumn) Constructor

Initializes a new instance of the DoubleColumn class by copying another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DoubleColumn(
	DoubleColumn from
)

Parameters

from  DoubleColumn
The source column.
See Also