Initializes a new instance of the BigInteger class
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public BigInteger( uint[] inData ) |
| Visual Basic |
|---|
Public Sub New ( _ inData As UInteger() _ ) |
| Visual C++ |
|---|
public: BigInteger( array<unsigned int>^ inData ) |
Parameters
- inData
- Type: array<System..::..UInt32>[]()[][]