Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: BigInt operator^(BigInt, BigInt)

  • Declared in: RT.BigInteger.BigInt

Declaration

public static BigInt operator^(
    BigInt one,
    BigInt two
)

Summary

Bitwise xor operator.