Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigInteger(
params uint[] data
)
Public Sub New (
ParamArray data As UInteger()
)
public:
BigInteger(
... array<unsigned int>^ data
)
new :
data : uint32[] -> BigInteger
Parameters
- data
- Type: SystemUInt32
A UInt32 array.
Reference