BigInteger Implicit Conversion Operators

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

Defines an implicit 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 Implicit(Int32 to BigInteger) Converts an integer to a big integer.
Public operatorStatic member Implicit(Int64 to BigInteger) Converts a long to a big integer.
Public operatorStatic member Implicit(UInt32 to BigInteger) Converts an unsigned integer to a big integer.
Public operatorStatic member Implicit(UInt64 to BigInteger) Converts an unsigned long to a big integer.

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace