Quad Methods
Methods
Abs | Returns the absolute value of a quadruple precision number. |
Acos | Returns the angle whose cosine is the specified number. |
Acosh | Returns the inverse hyperbolic cosine of a number. |
Acos | Returns the angle whose cosine is the specified number in multiples of π. |
Asin | Returns the angle whose sine is the specified number. |
Asinh | Returns the inverse hyperbolic sine of a number. |
Asin | Returns the angle whose sine is the specified number. |
Atan | Returns the angle whose tangent is the specified number as multiples of π. |
Atan2 | Returns the angle between the X-axis and the ray from the origin to the specified point. |
Atan2Pi | Computes the arc-tangent for the quotient of two values and divides the result by pi. |
Atanh | Returns the inverse hyperbolic tangent of a number. |
Atan | Returns the angle whose tangent is the specified number as multiples of π. |
Bit | Returns the largest value that compares less than a specified value. |
Bit | Returns the smallest value that compares greater than a specified value. |
Cbrt | Computes the cube-root of a value. |
Ceiling | Returns the smallest integral value that is greater than or equal to the specified quadruple precision number. |
Clamp | Clamps a value to an inclusive minimum and maximum value. |
Compare | Compares two quadruple-precision numbers. |
Compare | Compares a number to another number. |
Compare | Compares a number to another number. |
Copy | Copies the sign of a value to the sign of another value. |
Cos | Returns the cosine of the specified angle. |
Cosh | Returns the hyperbolic cosine of the specified angle. |
Cos | Returns the cosine of the specified angle in multiples of π. |
Create | Creates an instance of the current type from a value, throwing an overflow exception for any values that fall outside the representable range of the current type. |
Create | Creates an instance of the current type from a value, saturating any values that fall outside the representable range of the current type. |
Create | Creates an instance of the current type from a value, truncating any values that fall outside the representable range of the current type. |
Equals( | Tests whether a number equals another number. |
Equals( | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object)) |
Equals( | Tests whether a number equals another number. |
Erf | Evaluates the error function. |
Erfc | Evaluates the complementary error function. |
Exp | Returns e raised to the specified power. |
Exp10 | Computes 10 raised to a given power. |
Exp10M1 | Computes 10 raised to a given power and subtracts one. |
Exp2 | Computes 2 raised to a given power. |
Exp2M1 | Computes 2 raised to a given power and subtracts one. |
Exp | Computes E raised to a given power and subtracts one. |
Exp | Returns e raised to the specified power to the specified accuracy. |
Floor | Returns the largest integer less than or equal to the specified quadruple precision number. |
Fused | Computes the fused multiply-add of three values. |
Get | Returns the hash code for this instance. (Overrides ValueType.GetHashCode()) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Hypot | Gets the length of the hypotenuse of a right-angled triangle with sides of specified length. |
Ieee754Remainder | Computes the remainder of two values as specified by IEEE 754. |
ILog | Computes the integer logarithm of a value. |
Inverse | Evaluates the inverse of the error function. |
Inverse | Evaluates the inverse of the complementary error function. |
IsEven | Determines if a value represents an even integral number. |
IsFinite | Returns whether the specified quadruple-precision floating-point number is finite. |
IsInfinity | Returns whether the specified quadruple-precision floating-point number is infinite. |
IsInteger | Determines if a value represents an integral number. |
IsNa | Checks if the value of a value is "Not a Number." |
IsNegative | Determines if a value represents a negative real number. |
IsNegative | Returns whether the specified quadruple-precision floating-point number is equal to negative infinity. |
IsNormal | Returns whether the specified quadruple-precision floating-point number is normal. |
IsOdd | Determines if a value represents an odd integral number. |
IsPositive | Determines if a value represents zero or a positive real number. |
IsPositive | Returns whether the specified quadruple-precision floating-point number is equal to positive infinity. |
IsPow2 | Determines if a value is a power of two. |
IsReal | Determines if a value represents a real number. |
IsSubnormal | Returns whether the specified quadruple-precision floating-point number is subnormal. |
Log( | Returns the natural (base e) logarithm of a specified number. |
Log( | Returns the logarithm of a specified number in a specified base. |
Log10 | Returns the base 10 logarithm of a specified number. |
Log1Plus | Returns the natural logarithm of 1 plus the argument. |
Log2 | Returns the base 2 logarithm of a specified number. |
Max | Returns the larger of two quadruple precision numbers. |
Max | Compares two values to compute which is greater. |
Max | Compares two values to compute which has the greater magnitude and returning the other value if an input is NaN. |
Max | Compares two values to compute which is greater and returning the other value if an input is NaN. |
Min | Returns the smaller of two quadruple precision numbers. |
Min | Compares two values to compute which is lesser. |
Min | Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN. |
Min | Compares two values to compute which is lesser and returning the other value if an input is NaN. |
Parse( | Converts a string value to a Quad. |
Parse( | Converts a span of characters to a Quad. |
Parse( | Converts a string value to a Quad. |
Parse( | Converts a string value to a Quad. |
Parse( | Converts a span of characters to a Quad. |
Parse( | Converts a string value to a Quad. |
Pow( | Returns a specified number raised to the specified power. |
Pow( | Returns a number raised to an integer power. |
Reciprocal | Computes an estimate of the reciprocal of a value. |
Reciprocal | Computes an estimate of the reciprocal square root of a value. |
Root | Computes the n-th root of a value. |
Round( | Rounds a Quad value to the nearest integral value. |
Round( | Rounds a Quad value to a specified number of fractional digits. |
Round( | Rounds a Quad value to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers. |
Round( | Rounds a Quad value to a specified number of fractional digits. A parameter specifies how to round the value if it is midway between two other numbers. |
Scale | Multiplies a quadruple-precision value by a power of two. |
Sign | Gets the sign of the quadruple precision number: -1, 0, or 1. |
Sin | Returns the sine of the specified angle. |
Sin | Computes the sine and cosine of a quadruple precision value. |
Sin | Computes the sine and cosine of a quadruple precision value. |
Sinh | Returns the hyperbolic sine of the specified angle. |
Sin | Returns the sine of the specified angle in multiples of π. |
Sqrt | Returns the square root of a number. |
Sqrt1pxm1 | Returns the difference between the square root of a number close to 1, and 1. |
Tan | Returns the tangent of the specified angle. |
Tanh | Returns the hyperbolic tangent of the specified angle. |
Tan | Returns the tangent of the specified angle in multiples of π. |
ToString() |
Returns a String representation of the number.
(Overrides ValueType.ToString()) |
ToString( | Formats the value of the current instance using the specified format. |
ToString( | Formats the value of the current instance using the specified format. |
ToString( | Formats the value of the current instance using the specified format. |
Truncate | Calculates the integral part of a specified quadruple precision number. |
Try | Formats the value of the current instance using the specified format. |
Try | Attempts to convert a string value to a Quad. |
Try | Attempts to convert a span of characters to a Quad. |
Try | Attempts to convert a string value to a Quad. |
Try | Attempts to convert a string value to a Quad. |
Try | Attempts to convert a string value to a Quad. |