Click or drag to resize

IOperatablevop_Xor_Rev Method

Attempts reversed bitwise XOR where this instance is the right-hand operand.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool vop_Xor_Rev(
	Object a,
	out Object b
)

Parameters

a  Object
Left-hand operand.
b  Object
Result of the XOR if supported.

Return Value

Boolean
true if operation is supported.
See Also