Click or drag to resize

DoubleColumnvop_Division_Rev(AltaxoVariant, DataColumn) Method

Divides a scalar value by this 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_Division_Rev(
	AltaxoVariant a,
	out DataColumn b
)

Parameters

a  AltaxoVariant
The scalar dividend.
b  DataColumn
The result of the division.

Return Value

Boolean
true if successful; otherwise, false.
See Also