Click or drag to resize

ScriptExecutionBaseMax(DataColumn, Double) Method

Computes the element-wise maximum of a data column and a scalar.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn Max(
	DataColumn x,
	double y
)

Parameters

x  DataColumn
The data column.
y  Double
The scalar comparison value.

Return Value

DoubleColumn
A new column containing the transformed values.
See Also