BigInteger Implicit  Conversion (SByte to BigInteger)

Converts a signed byte 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 (
	sbyte value
)

Parameters

value  SByte
A Byte

Return Value

BigInteger
A BigInteger value that represents the converted signed byte.

See Also