Constructors: NewBigInteger

NewBigInteger

Creates a new BigInteger instance.



 Public Function NewBigInteger(
	  ByRef Value As Variant ) As BigInteger

Parameters

Value
[ByRef] Variant. The value to intialize a new instance of BigInteger to.

Return Values

BigInteger -  A new BigInteger instance containing the specified value.

Remarks

The follow datatypes are supported.

See Also

Project CorLib Overview

Class Constructors Overview