Click or drag to resize

ScriptExecutionBaseMax(Double, DataColumn) Method

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

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

Parameters

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

Return Value

DoubleColumn
A new column containing the transformed values.
See Also