Click or drag to resize

DoubleConstants Class

Contains scalar constants.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcDoubleConstants

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DoubleConstants

The DoubleConstants type exposes the following members.

Constructors
 NameDescription
Public methodDoubleConstantsInitializes a new instance of the DoubleConstants class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberDBL_EPSILON Represents the smallest positive number where 1+DBL_EPSILON is not equal to 1. In the IEEE representation, this is 2^-52.
Public fieldStatic memberDBL_MAX The biggest positive double number.
Public fieldStatic memberDBL_MIN The smallest positive double number.
Public fieldStatic memberM_2_SQRTPI The value 2/sqrt(Pi).
Public fieldStatic memberSmallestPositiveValue The smallest positive double number.
Public fieldStatic memberSQRT_DBL_EPSILON Square root of Epsilon. Since epsilon is 2^-52, this is 2^-26
Public fieldStatic membersqrtpi Square root of Pi.
Top
See Also