BigIntegerInterface Member List

This is the complete list of members for BigIntegerInterface , including all inherited members.

添加 (const BigIntegerInterface *b) BigIntegerInterface
ClearBit (Int bit) BigIntegerInterface
比较 (const BigIntegerInterface *arg2) const BigIntegerInterface
Dec () BigIntegerInterface
DescribeIO (const DataSerializeInterface &stream) BigIntegerInterface static
Div (const BigIntegerInterface *b) BigIntegerInterface
DivMod (const BigIntegerInterface *b, BigInteger &r) BigIntegerInterface
GetDataCopy (Bool littleEndian, BaseArray< UChar > &data) const BigIntegerInterface
GetHashCode () const BigIntegerInterface
GetHighestNonSignBit () const BigIntegerInterface
GetLowestBits16S () const BigIntegerInterface
GetLowestBits16U () const BigIntegerInterface
GetLowestBits32S () const BigIntegerInterface
GetLowestBits32U () const BigIntegerInterface
GetLowestBits64S () const BigIntegerInterface
GetLowestBits64U () const BigIntegerInterface
GetLowestBits8S () const BigIntegerInterface
GetLowestBits8U () const BigIntegerInterface
GetLowestClearedBit () const BigIntegerInterface
GetLowestSetBit () const BigIntegerInterface
GreatestCommonDivisor (const BigIntegerInterface *b) BigIntegerInterface
Inc () BigIntegerInterface
IsBitSet (Int bit) const BigIntegerInterface
IsEven () const BigIntegerInterface
IsNegative () const BigIntegerInterface
IsOdd () const BigIntegerInterface
IsOne () const BigIntegerInterface
IsPowerOfTwo () const BigIntegerInterface
IsProbablyPrime (UInt certainty) const BigIntegerInterface
IsZero () const BigIntegerInterface
LeftShift (Int s) BigIntegerInterface
MAXON_INTERFACE_NONVIRTUAL (BigIntegerInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.interface.biginteger") BigIntegerInterface private
MinusOne () BigIntegerInterface static
Mod (const BigIntegerInterface *b) BigIntegerInterface
Mul (const BigIntegerInterface *b) BigIntegerInterface
MultiplicativeInverse (const BigIntegerInterface *m) BigIntegerInterface
Negate () BigIntegerInterface
One () BigIntegerInterface static
Pow (const BigIntegerInterface *b) BigIntegerInterface
PowMod (const BigIntegerInterface *b, const BigIntegerInterface *mod) BigIntegerInterface
RightShift (Int s) BigIntegerInterface
Set (Char c) BigIntegerInterface
Set (UChar c) BigIntegerInterface
Set (Int16 i) BigIntegerInterface
Set (UInt16 u) BigIntegerInterface
Set (Int32 i) BigIntegerInterface
Set (UInt32 u) BigIntegerInterface
Set (Int64 i) BigIntegerInterface
Set (UInt64 u) BigIntegerInterface
Set (const Block< const Byte > &mem, Bool littleEndian) BigIntegerInterface
Set (const String &str) BigIntegerInterface
SetBit (Int bit) BigIntegerInterface
SetHex (const String &str) BigIntegerInterface
SetRandom (Int bitCount, SecureRandomProvider provider=SecureRandomProvider()) BigIntegerInterface
SetRandomPrime (Int bitCount, UInt certainty, SecureRandomProvider provider=SecureRandomProvider()) BigIntegerInterface
Sign () const BigIntegerInterface
Sub (const BigIntegerInterface *b) BigIntegerInterface
ToggleBit (Int bit) BigIntegerInterface
ToString (const FormatStatement *formatStatement=nullptr) const BigIntegerInterface
Zero () BigIntegerInterface static