Click or drag to resize

YBigIntegerBitwiseOr Operator

Overload List
  Name Description
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.
Top
See Also