Constructor (Default value provided by an array of unsigned integers)

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

Syntax

C#
public BigInteger(
	uint[] inData
)
Visual Basic
Public Sub New ( 
	inData As UInteger()
)
Visual C++
public:
BigInteger(
	array<unsigned int>^ inData
)
F#
new : 
        inData : uint32[] -> BigInteger

Parameters

inData
Type: array<System..::..UInt32>[]()[][]

See Also