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