Operations<T> Properties
Properties
| Acos | Gets a delegate that returns the angle whose cosine is the specified number. |
| Acosh | Gets a delegate that returns the inverse hyperbolic cosine of a real number. |
| Asin | Gets a delegate that returns the angle whose cosine is the specified number. |
| Asinh | Gets a delegate that returns the inverse hyperbolic sine of a real number. |
| Atan | Gets a delegate that returns the angle whose tangent is the specified number. |
| Atan2 | Gets a delegate that returns the angle between the X-axis and a point with the specified coordinates. |
| Atanh | Gets a delegate that returns the inverse hyperbolic tangent of a real number. |
| Ceiling | Gets a delegate that returns the smallest integer greather than or equal to a number. |
| Compare | Gets a delegate that compares two values. |
| Conjugate | Gets a delegate that returns the conjugate of a complex number. |
| Conjugate | Gets a delegate that multiplies the conjugate of a number by another number. |
| Cos | Gets a delegate that returns the cosine of its argument. |
| Cosh | Gets a delegate that returns the hyperbolic cosine of its argument. |
| E | Gets the value of e, the base of the natural logarithm. |
| Epsilon | Gets the machine precision of the operand type. |
| Exp | Gets a delegate that returns the exponential of its argument. |
| Floor | Gets a delegate that returns the largest integer less than or equal to a number. |
| From | Gets a delegate that converts a double-precision floating-point number to the current number type. |
| Hypot | Gets a delegate that returns the length of the hypotenuse of a right-angled triangle with sides of specified length. |
| IsFinite | Gets a delegate that returns whether the operand is a finite number. |
| IsNa | Gets a delegate that returns whether the operand is Not-a-Number. |
| IsNegative | Gets a delegate that returns whether the operand is a negative infinity. |
| IsPositive | Gets a delegate that returns whether the operand equals positive infinity. |
| IsReal | Gets whether the number type represents real numbers. |
| Log | Gets a delegate that returns the natural logarithm of a number. |
| Log1Plus | Gets a delegate that returns the logarithm of 1 plus the argument. |
| Max | Gets the largest finite value of the numeric type. |
| Min | Gets the smallest value that is greater than zero. |
| Minus | Returns the value of -1 as an instance of the number type. |
| Min | Gets the smallest finite value of the numeric type. |
| Modulus | Gets a delegate that returns the remainder after dividing two numbers. |
| NaN | Gets the Not-a-Number value for the operand type. |
| Negative | Gets the value of negative infinity for the operand type. |
| One | Returns the value of 1 as an instance of the number type. |
| One | Gets a delegate that returns returns the sum of the absolute values of the real and imaginary parts of a complex number. |
| Pi | Gets the value of π. |
| PiOver | Gets the value of π/2. |
| Positive | Gets the value of positive infinity for the operand type. |
| Pow |
Gets a delegate that
raises a value to the specified power.
Obsolete. |
| Remainder | Gets a delegate that returns the remainder after dividing two numbers. |
| Round | Gets a delegate that rounds a number to the specified number of decimal digits. |
| Scale | Multiplies a value by a power of two. |
| Sin | Gets a delegate that returns the sine of its argument. |
| Sinh | Gets a delegate that returns the hyperbolic sine of its argument. |
| Sqrt | Gets a delegate that returns the square root of a number. |
| Supports | Gets whether special IEEE values (NaN's and infinities) are supported by the type. |
| Tan | Gets a delegate that returns the tangent of the specified angle. |
| Tanh | Gets a delegate that returns the hyperbolic tangent of the specified angle. |
| ToInt32 | Converts an instance of the operand type to an integer. |
| Zero | Returns the value of zero as an instance of the number type. |