Click or drag to resize

DataColumnvop_Addition_Rev(DataColumn, DataColumn) Method

Adds this data column to another data column in reverse operand order.

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

Parameters

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

Return Value

Boolean
true if successful; otherwise, false.
See Also