BigInteger(UInt32[]) Constructor

Constructs a new BigInteger from raw data.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public BigInteger(
	params uint[] data
)

Parameters

data  UInt32[]
A UInt32 array.

See Also