Double |
public class DoubleConstants
The DoubleConstants type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleConstants | Initializes a new instance of the DoubleConstants class |
Name | Description | |
---|---|---|
![]() | 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) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() ![]() | DBL_EPSILON | Represents the smallest positive number where 1+DBL_EPSILON is not equal to 1. In the IEEE representation, this is 2^-52. |
![]() ![]() | DBL_MAX | The biggest positive double number. |
![]() ![]() | DBL_MIN | The smallest positive double number. |
![]() ![]() | M_2_SQRTPI | The value 2/sqrt(Pi). |
![]() ![]() | SmallestPositiveValue | The smallest positive double number. |
![]() ![]() | SQRT_DBL_EPSILON | Square root of Epsilon. Since epsilon is 2^-52, this is 2^-26 |
![]() ![]() | sqrtpi | Square root of Pi. |