BigInteger(UInt32) Constructor

Constructs a new BigInteger.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public BigInteger(
	uint value
)

Parameters

value  UInt32
A UInt32 value.

See Also