Click or drag to resize

DateTimeColumnvop_Subtraction_Rev(DataColumn, DataColumn) Method

Subtracts this data column from another data column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override bool vop_Subtraction_Rev(
	DataColumn a,
	out DataColumn b
)

Parameters

a  DataColumn
The left operand.
b  DataColumn
The result of the subtraction.

Return Value

Boolean
true if successful; otherwise, false.
See Also