uintmax_t Conversion (SByte to uintmax_t) |
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static explicit operator uintmax_t (
sbyte value
)
Public Shared Narrowing Operator CType (
value As SByte
) As uintmax_t
static explicit operator uintmax_t (
signed char value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemSByte
A Byte value.
Return Value
Type:
uintmax_tAn
uintmax_t value.
See Also