Click or drag to resize
mpfr_prec_t Structure
Represents precision in number of bits.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct mpfr_prec_t

The mpfr_prec_t type exposes the following members.

Constructors
  NameDescription
Public methodmpfr_prec_t
Creates a new mpfr_prec_t, and sets its value.
Top
Methods
  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(mpfr_prec_t)
Returns a value indicating whether this instance is equal to a specified mpfr_prec_t value.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the string representation of the mpfr_prec_t.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Gets a value that indicates whether the two argument values are equal.
Public operatorStatic member(Int16 to mpfr_prec_t)
Converts an Int16 value to an mpfr_prec_t value.
Public operatorStatic member(Int32 to mpfr_prec_t)
Converts an Int32 value to an mpfr_prec_t value.
Public operatorStatic member(Int64 to mpfr_prec_t)
Converts an Int64 value to a mpfr_prec_t value.
Public operatorStatic member(SByte to mpfr_prec_t)
Converts a Byte value to an mpfr_prec_t value.
Public operatorStatic member(UInt64 to mpfr_prec_t)
Converts a UInt64 value to an mpfr_prec_t value.
Public operatorStatic member(mpfr_prec_t to Byte)
Converts an mpfr_prec_t value to a Byte value.
Public operatorStatic member(mpfr_prec_t to SByte)
Converts an mpfr_prec_t value to an SByte value.
Public operatorStatic member(mpfr_prec_t to UInt16)
Converts an mpfr_prec_t value to a UInt16 value.
Public operatorStatic member(mpfr_prec_t to Int16)
Converts an mpfr_prec_t value to an Int16 value.
Public operatorStatic member(mpfr_prec_t to Int32)
Converts an mpfr_prec_t value to an Int32 value.
Public operatorStatic member(Byte to mpfr_prec_t)
Converts a Byte value to an mpfr_prec_t value.
Public operatorStatic member(UInt16 to mpfr_prec_t)
Converts a UInt16 value to an mpfr_prec_t value.
Public operatorStatic member(UInt32 to mpfr_prec_t)
Converts a UInt32 value to an mpfr_prec_t value.
Public operatorStatic member(mpfr_prec_t to UInt32)
Converts an mpfr_prec_t value to a UInt32 value.
Public operatorStatic member(mpfr_prec_t to UInt64)
Converts an mpfr_prec_t value to a UInt64 value.
Public operatorStatic member(mpfr_prec_t to Int64)
Converts an mpfr_prec_t value to an Int64 value.
Public operatorStatic memberInequality
Gets a value that indicates whether the two argument values are different.
Top
Fields
  NameDescription
Public fieldValue
The mpfr_prec_t value.
Top
See Also