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 BitInteger to.

Return Values

BigInteger -  A new BigInteger instance containing the specified value.

Remarks

The follow datatypes are supported:
vbLong
vbInteger
vbByte
vbDoube
vbSingle
vbCurrency
vbDecimal
vbByte Or vbArray

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewArrayTypeMismatchException NewBinaryReader