BigInteger Explicit Conversion (Double to BigInteger)

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

Converts a double to a big integer.

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    dbl As Double _
) As BigInteger
public static explicit operator BigInteger (
    double dbl
)
static explicit operator BigInteger (
    double dbl
)
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 dbl parameter.

.NET Framework Security

See Also

Reference

BigInteger Structure

Explicit Overload

Microsoft.SolverFoundation.Common Namespace