BigInteger Implicit  Conversion (Byte to BigInteger)

Converts a Byte value to a BigInteger number.

Definition

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

Parameters

value  Byte
A Byte

Return Value

BigInteger
A BigInteger value that represents the converted Byte value.

See Also