Click or drag to resize

DataColumnvop_Multiplication_Rev(DataColumn, DataColumn) Method

Multiplies another data column with this 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_Multiplication_Rev(
	DataColumn a,
	out DataColumn b
)

Parameters

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

Return Value

Boolean
true if successful; otherwise, false.
See Also