BigInteger Class

Definition

Namespace: Org.BouncyCastle.Math
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
[SerializableAttribute]
public sealed class BigInteger : IComparable, 
	IComparable<BigInteger>, IEquatable<BigInteger>
Inheritance
Object    BigInteger
Implements
IComparable, IComparableBigInteger, IEquatableBigInteger

Constructors

BigInteger(Byte)Initializes a new instance of the BigInteger class
BigInteger(String)Initializes a new instance of the BigInteger class
BigInteger(Byte, Boolean)Initializes a new instance of the BigInteger class
BigInteger(Int32, Byte)Initializes a new instance of the BigInteger class
BigInteger(Int32, Random)Initializes a new instance of the BigInteger class
BigInteger(Int32, ReadOnlySpanByte)Initializes a new instance of the BigInteger class
BigInteger(String, Int32)Initializes a new instance of the BigInteger class
BigInteger(Byte, Int32, Int32)Initializes a new instance of the BigInteger class
BigInteger(Int32, Byte, Boolean)Initializes a new instance of the BigInteger class
BigInteger(Int32, Int32, Random)Initializes a new instance of the BigInteger class
BigInteger(Int32, ReadOnlySpanByte, Boolean)Initializes a new instance of the BigInteger class
BigInteger(Byte, Int32, Int32, Boolean)Initializes a new instance of the BigInteger class
BigInteger(Int32, Byte, Int32, Int32)Initializes a new instance of the BigInteger class
BigInteger(Int32, Byte, Int32, Int32, Boolean)Initializes a new instance of the BigInteger class

Properties

Methods

Fields

See Also