Overloading of the typecast operator. For BigInteger bi = 10;

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static implicit operator BigInteger (
	long value
)
Visual Basic
Public Shared Widening Operator CType ( 
	value As Long
) As BigInteger
Visual C++
static implicit operator BigInteger^ (
	long long value
)
F#
F# does not support the declaration of new casting operators.

Parameters

value
Type: System..::..Int64

Return Value

Type: BigInteger

See Also