kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

Add NewBigIntegers constructor #81

Closed kellyethridge closed 3 years ago

kellyethridge commented 3 years ago

In keeping with supporting the creation of arrays of values, a constructor to create an array of BigInteger type should be implemented.

Dim Numbers() As BigInteger

Numbers = NewBigIntegers(1, 2, 3)
kellyethridge commented 3 years ago

Added in v4.0.