BigInteger Explicit Conversion Operators

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

Defines an explicit conversion between a BigInteger object and another type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member Explicit(Double to BigInteger) Converts a double to a big integer.
Public operatorStatic member Explicit(BigInteger to Int64) Converts a big integer to a long.
Public operatorStatic member Explicit(BigInteger to Int32) Converts a big integer to an integer.
Public operatorStatic member Explicit(BigInteger to UInt32) Converts a big integer to an integer.
Public operatorStatic member Explicit(BigInteger to Double) Converts a big integer to a double.
Public operatorStatic member Explicit(BigInteger to UInt64) Converts a big integer to an unsigned long.

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace