mpfr_t_mpfr_sign Property |
Gets the sign of the floating-point number.
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic mpfr_sign_t _mpfr_sign { get; }
Public ReadOnly Property _mpfr_sign As mpfr_sign_t
Get
public:
property mpfr_sign_t _mpfr_sign {
mpfr_sign_t get ();
}
member _mpfr_sign : mpfr_sign_t with get
Property Value
Type:
mpfr_sign_t
See Also