The YBigInteger type exposes the following members.
Operators
|
Name |
Description |
|
Addition(Int64, YBigInteger)
|
Add a long number to a YBigInteger.
|
|
Addition(YBigInteger, Int64)
|
Add a YBigInteger to a long number.
|
|
Addition(YBigInteger, YBigInteger)
|
Add two YBigInteger.
|
|
BitwiseAnd(Int64, YBigInteger)
|
Apply a Binary AND operation between a long number to a YBigInteger.
|
|
BitwiseAnd(YBigInteger, Int64)
|
Apply a Binary AND operation between a YBigInteger to a long number.
|
|
BitwiseAnd(YBigInteger, YBigInteger)
|
Apply a Binary AND operation between two YBigInteger.
|
|
BitwiseOr(Int64, YBigInteger)
|
Apply a Binary OR operation between a long number to a YBigInteger.
|
|
BitwiseOr(YBigInteger, Int64)
|
Apply a Binary OR operation between a YBigInteger to a long number.
|
|
BitwiseOr(YBigInteger, YBigInteger)
|
Apply a Binary OR operation between two YBigInteger.
|
|
ExclusiveOr(Int64, YBigInteger)
|
Apply a Binary XOR operation between a long number to a YBigInteger.
|
|
ExclusiveOr(YBigInteger, Int64)
|
Apply a Binary XOR operation between a YBigInteger to a long number.
|
|
ExclusiveOr(YBigInteger, YBigInteger)
|
Apply a Binary XOR operation between two YBigInteger.
|
|
Multiply(Int64, YBigInteger)
|
Multiply a long number to a YBigInteger.
|
|
Multiply(YBigInteger, Int64)
|
Multiply a YBigInteger to a long number.
|
|
Multiply(YBigInteger, YBigInteger)
|
Multiply two YBigInteger.
|
|
OnesComplement(YBigInteger)
|
Apply a Binary NOT operation to a YBigInteger.
|
Top
See Also