Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigInteger(
long value
)
Public Sub New (
value As Long
)
public:
BigInteger(
long long value
)
new :
value : int64 -> BigInteger
Parameters
- value
- Type: SystemInt64
A positive integer.
value must be greater than or equal to zero. Otherwise, an
OverflowException is thrown.
Reference