Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigInteger(
uint value
)
Public Sub New (
value As UInteger
)
public:
BigInteger(
unsigned int value
)
new :
value : uint32 -> BigInteger
Parameters
- value
- Type: SystemUInt32
A UInt32 value.
Reference