Basic |
public class BasicFunctions
The BasicFunctions type exposes the following members.
| Name | Description | |
|---|---|---|
| BasicFunctions | Initializes a new instance of the BasicFunctions class |
| Name | Description | |
|---|---|---|
| CopySign | Returns the first number with the sign of the second number. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| hypot(Double, Double, Double) | The standard hypot() function for three arguments, taking care of overflows and divisions by zero. | |
| hypot(Single, Single, Single) | The standard hypot() function for three arguments, taking care of overflows and divisions by zero. | |
| LogRel(Complex) | Computes log(1 + z) with relative error accuracy near z = 0. | |
| LogRel(Double) | Computes log(1 + x) with relative error accuracy near x = 0. | |
| LogRel(Complex, Boolean) | Computes log(1 + z) with relative error accuracy near z = 0. | |
| LogRel(Double, Boolean) | Computes log(1 + x) with relative error accuracy near x = 0. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Nint | Rounds to the nearest integer. | |
| NumberOfWraps | Calculates the number of wraps w. This is the number of range wraps that must be taken to go from start to start + offset. | |
| PMod | Computes the modulus x % y, but with a result guaranteed to be greater than or equal to zero. | |
| sign | Returns -1 if the argument is negative, 0 if the argument is zero, or 1 if the argument is positive. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| DBL_EPSILON | Represents the smallest number where 1 + DBL_EPSILON is not equal to 1. | |
| DBL_MAX | The largest positive Double value. | |
| DBL_MIN | The smallest positive Double value. |