Click or drag to resize
intmax_t  Conversion (SByte to intmax_t)
Converts a Byte value to an intmax_t value.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator intmax_t (
	sbyte value
)

Parameters

value
Type: SystemSByte
A Byte value.

Return Value

Type: intmax_t
An intmax_t value.
See Also