DoubleColumn(DoubleColumn) Constructor |
Initializes a new instance of the
DoubleColumn class by copying another instance.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DoubleColumn(
DoubleColumn from
)
Parameters
- from DoubleColumn
- The source column.
See Also