Click or drag to resize

OperatableObjectExclusiveOr Operator

Applies the binary XOR operator.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static OperatableObject operator ^(
	OperatableObject c1,
	Object c2
)

Parameters

c1  OperatableObject
The left-hand operand.
c2  Object
The right-hand operand.

Return Value

OperatableObject
The result of the XOR operation.
See Also