Click or drag to resize

ConstantDoubleColumnWithConstantValue Method

Returns a copy of this column with a different constant value.

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

Parameters

constantValue  Double
The constant value for the returned column.

Return Value

ConstantDoubleColumn
A column with the specified constant value.
See Also