[This is preliminary documentation and is subject to change.]

Convert an integer to a BigInt.

Namespace:  BigNum
Assembly:  BigNum (in BigNum)
Version: 1.0.0.0

Syntax

C#
public static explicit operator BigInt (
	int num
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	num As Integer _
) As BigInt
Visual C++
static explicit operator BigInt^ (
	int num
)

Parameters

num
Type: System..::.Int32
The integer to convert.

Return Value

A new BigInt.

See Also