Constructor (Default value provided by an array of bytes of the specified length.)

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger(
	byte[] inData,
	int inLen
)
Visual Basic
Public Sub New ( 
	inData As Byte(),
	inLen As Integer
)
Visual C++
public:
BigInteger(
	array<unsigned char>^ inData, 
	int inLen
)
F#
new : 
        inData : byte[] * 
        inLen : int -> BigInteger

Parameters

inData
Type: array<System..::..Byte>[]()[][]
inLen
Type: System..::..Int32

See Also