MItemExclusiveOr Operator

Raising one MItem to the power of another MItem.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static MItem operator ^(
	MItem c1,
	MItem c2
)

Parameters

c1  MItem
First MItem object to perform operator to.
c2  MItem
Second MItem object to perform operator to.

Return Value

MItem
Result of the operation.

Exceptions

GeneralExceptionThrows if uncertainty is detected.

See Also