DoubleColumnvop_Xor_Rev(AltaxoVariant, DataColumn) Method |
Applies an exclusive OR between a scalar value and this data column in reverse operand order.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool vop_Xor_Rev(
AltaxoVariant a,
out DataColumn b
)
Parameters
- a AltaxoVariant
- The scalar value.
- b DataColumn
- The result of the operation.
Return Value
Booleantrue if successful; otherwise,
false.
See Also