Click or drag to resize
intmax_t  Conversion (intmax_t to SByte)
Converts an intmax_t value to an SByte 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 explicit operator sbyte (
	intmax_t value
)

Parameters

value
Type: Math.Mpfr.Nativeintmax_t
An intmax_t value.

Return Value

Type: SByte
An SByte value.
See Also