[This is preliminary documentation and is subject to change.]

Creates a new BigInt, with the value of the number supplied.

Namespace:  BigNum
Assembly:  BigNum (in BigNum)
Version: 1.0.0.0

Syntax

C#
public BigInt(
	ulong startValue
)
Visual Basic (Declaration)
Public Sub New ( _
	startValue As ULong _
)
Visual C++
public:
BigInt(
	unsigned long long startValue
)

Parameters

startValue
Type: System..::.UInt64
The value to initialize to.

See Also