Click or drag to resize

ScriptExecutionBaseMax(DoubleColumn, Double) Method

Computes the element-wise maximum of a DoubleColumn 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(
	DoubleColumn x,
	double y
)

Parameters

x  DoubleColumn
The source column.
y  Double
The scalar comparison value.

Return Value

DoubleColumn
A new column containing the transformed values.
See Also