BigInteger Constructor (UInt32)
Initializes a new instance of the BigInteger structure using an unsigned 32-bit integer value.
This API is not CLS-compliant.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- value
-
Type:
System::UInt32
An unsigned 32-bit integer value.
There is no loss of precision when instantiating a BigInteger using this constructor.
The BigInteger value that results from calling this constructor is identical to the value that results from assigning a UInt32 value to a BigInteger.
The following example uses the BigInteger(UInt32) constructor and an assignment statement to initialize BigInteger values from an array of unsigned 32-bit integers. It then compares the two values to demonstrate that the two methods of initializing a BigInteger value produce identical results.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1