Click or drag to resize

YBigInteger Operators

The YBigInteger type exposes the following members.

Operators
  Name Description
Public operator Static member Addition(Int64, YBigInteger) Add a long number to a YBigInteger.
Public operator Static member Addition(YBigInteger, Int64) Add a YBigInteger to a long number.
Public operator Static member Addition(YBigInteger, YBigInteger) Add two YBigInteger.
Public operator Static member BitwiseAnd(Int64, YBigInteger) Apply a Binary AND operation between a long number to a YBigInteger.
Public operator Static member BitwiseAnd(YBigInteger, Int64) Apply a Binary AND operation between a YBigInteger to a long number.
Public operator Static member BitwiseAnd(YBigInteger, YBigInteger) Apply a Binary AND operation between two YBigInteger.
Public operator Static member BitwiseOr(Int64, YBigInteger) Apply a Binary OR operation between a long number to a YBigInteger.
Public operator Static member BitwiseOr(YBigInteger, Int64) Apply a Binary OR operation between a YBigInteger to a long number.
Public operator Static member BitwiseOr(YBigInteger, YBigInteger) Apply a Binary OR operation between two YBigInteger.
Public operator Static member ExclusiveOr(Int64, YBigInteger) Apply a Binary XOR operation between a long number to a YBigInteger.
Public operator Static member ExclusiveOr(YBigInteger, Int64) Apply a Binary XOR operation between a YBigInteger to a long number.
Public operator Static member ExclusiveOr(YBigInteger, YBigInteger) Apply a Binary XOR operation between two YBigInteger.
Public operator Static member Multiply(Int64, YBigInteger) Multiply a long number to a YBigInteger.
Public operator Static member Multiply(YBigInteger, Int64) Multiply a YBigInteger to a long number.
Public operator Static member Multiply(YBigInteger, YBigInteger) Multiply two YBigInteger.
Public operator Static member OnesComplement(YBigInteger) Apply a Binary NOT operation to a YBigInteger.
Top
See Also