Collapse imageExpand ImageCopy imageCopyHover image
            





iTextSharp documentation
BigInteger Members
BigInteger Class Constructors Methods Fields Properties See Also Send Feedback

The BigInteger type exposes the following members.

Constructors

  NameDescription
Public methodBigInteger(array<Byte>[]()[][])
Public methodBigInteger(String)
Public methodBigInteger(Int32, array<Byte>[]()[][])
Public methodBigInteger(Int32, Random)
Public methodBigInteger(String, Int32)
Public methodBigInteger(array<Byte>[]()[][], Int32, Int32)
Public methodBigInteger(Int32, Int32, Random)
Public methodBigInteger(Int32, array<Byte>[]()[][], Int32, Int32)

Methods

  NameDescription
Public methodAbs
Public methodAdd
Public methodAnd
Public methodAndNot
Public methodClearBit
Public methodCompareTo(Object)
Public methodCompareTo(BigInteger)
Public methodDivide
Public methodDivideAndRemainder
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlipBit
Public methodGcd
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetLowestSetBit
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsProbablePrime
Public methodMax
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMin
Public methodMod
Public methodModInverse
Public methodModPow
Public methodMultiply
Public methodNegate
Public methodNextProbablePrime
Public methodNot
Public methodOr
Public methodPow
Public methodStatic memberProbablePrime
Public methodRemainder
Public methodSetBit
Public methodShiftLeft
Public methodShiftRight
Public methodSubtract
Public methodTestBit
Public methodToByteArray
Public methodToByteArrayUnsigned
Public methodToString()()()() (Overrides Object..::..ToString()()()().)
Public methodToString(Int32)
Public methodStatic memberValueOf
Public methodXor

Fields

  NameDescription
Public fieldStatic memberOne
Public fieldStatic memberTen
Public fieldStatic memberThree
Public fieldStatic memberTwo
Public fieldStatic memberZero

Properties

  NameDescription
Public propertyBitCount
Public propertyBitLength
Public propertyIntValue
Public propertyLongValue
Public propertySignValue

See Also

BigInteger Class
Org.BouncyCastle.Math Namespace
Footer image