ConstantDoubleColumnWithConstantValue Method |
Returns a copy of this column with a different constant value.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ConstantDoubleColumn WithConstantValue(
double constantValue
)
Parameters
- constantValue Double
- The constant value for the returned column.
Return Value
ConstantDoubleColumnA column with the specified constant value.
See Also