Click or drag to resize

YBigIntegerBitwiseAnd Operator

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