BigInteger Implicit  Conversion (Int64 to BigInteger)

Converts a 64 bit signed integer to a BigInteger value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static implicit operator BigInteger (
	long value
)

Parameters

value  Int64
A Int64

Return Value

BigInteger
A BigInteger value that represents the converted 64 bit signed integer.

See Also