Click or drag to resize

DoubleColumnDecrement Operator

Applies the decrement operator to a double column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn operator --(
	DoubleColumn c1
)

Parameters

c1  DoubleColumn
The operand.

Return Value

DoubleColumn
The result column.
See Also