[This is preliminary documentation and is subject to change.]
Creates a new BigInt, with the value of the number supplied.
Namespace:
BigNumAssembly: BigNum (in BigNum)
Version: 1.0.0.0
Syntax
| C# |
|---|
public BigInt( long startValue ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ startValue As Long _ ) |
| Visual C++ |
|---|
public: BigInt( long long startValue ) |
Parameters
- startValue
- Type: System..::.Int64
The value to initialize to.