Click or drag to resize
gmp_libmpf_fits_ushort_p Method
Return non-zero if op fits in an unsigned 16-bit integer, when truncated to an integer.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int mpf_fits_ushort_p(
	mpf_t op
)

Parameters

op
Type: Math.Gmp.Nativempf_t
The operand float.

Return Value

Type: Int32
Return non-zero if op fits in an unsigned 16-bit integer, when truncated to an integer.
Examples
See Also