BigFloat Implicit  Conversion (SByte to BigFloat)

Converts a signed byte to a BigFloat value.

Definition

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

Parameters

value  SByte
A Byte

Return Value

BigFloat
A BigFloat value that represents the converted signed byte.

See Also