Click or drag to resize

DoubleColumnvop_Modulo_Rev(AltaxoVariant, DataColumn) Method

Calculates the modulo of a scalar value with 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_Modulo_Rev(
	AltaxoVariant a,
	out DataColumn b
)

Parameters

a  AltaxoVariant
The scalar value.
b  DataColumn
The result of the modulo operation.

Return Value

Boolean
true if successful; otherwise, false.
See Also