BigInteger Implicit Conversion (UInt32 to BigInteger)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts an unsigned integer to a big integer.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    u As UInteger _
) As BigInteger
public static implicit operator BigInteger (
    uint u
)
static implicit operator BigInteger (
    unsigned int u
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.BigInteger
An object that contains the value of the u parameter.

.NET Framework Security

See Also

Reference

BigInteger Structure

Implicit Overload

Microsoft.SolverFoundation.Common Namespace