Click or drag to resize
DigitalRuneConstantsD Class
Provides useful constants (double-precision).
Inheritance Hierarchy
SystemObject
  DigitalRune.MathematicsConstantsD

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static class ConstantsD

The ConstantsD type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberE
Represents the mathematical constant e.
Public fieldStatic memberLn10
Represents the natural logarithm of 10.
Public fieldStatic memberLn2
Represents the natural logarithm of 2.
Public fieldStatic memberLog10OfE
Represents the logarithm base 10 of e.
Public fieldStatic memberLog2OfE
Represents the logarithm base 2 of e.
Public fieldStatic memberOneOverPi
Represents one divided by the mathematical constant π.
Public fieldStatic memberPi
Represents the mathematical constant π.
Public fieldStatic memberPiOver2
Represents the mathematical constant π divided by two.
Public fieldStatic memberPiOver4
Represents the mathematical constant π divided by four.
Public fieldStatic memberTwoPi
Represents the mathematical constant π times two.
Top
See Also