Initializes a new instance of the BigInteger class

Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public BigInteger(
	int sign,
	byte[] bytes,
	int offset,
	int length
)
Visual Basic
Public Sub New ( _
	sign As Integer, _
	bytes As Byte(), _
	offset As Integer, _
	length As Integer _
)
Visual C++
public:
BigInteger(
	int sign, 
	array<unsigned char>^ bytes, 
	int offset, 
	int length
)

Parameters

sign
Type: System..::..Int32
bytes
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
length
Type: System..::..Int32

See Also