EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalGlobals Members

DecimalGlobals overview

Public Static (Shared) Fields

Cbrt10 Decimal Cube Root of 10.
Cbrt100 Decimal Cube Root of 100.
Cbrt2 Decimal Cube Root of 2.
Cbrt3 Decimal Cube Root of 3.
CbrtPI Decimal Cube Root of PI.
FivePIOver2 Decimal Five Halfs of PI.
FourPIOver3 Decimal Four Thirds of PI.
GammaGamma Constant - also known as Euler's Constant or Mascheroni's Constant.lim ( 1 + 1/2 + 1/3 + 1/4 + ... + 1/n - ln(n) ) as n -> infinity
GoldenRatio Decimal Golden Ratio Constant which is defined as (1 + Sqrt (5)) / 2.
InvCbrtPI Decimal Inverse of Cube Root of PI.
InvPI Decimal Inverse of PI.
InvSqrt2 Decimal Inverse of Square Root of 2.
InvSqrt3 Decimal Inverse of Square Root of 3.
InvSqrt5 Decimal Inverse of Square Root of 5.
InvSqrtPI Decimal Inverse of Square Root of PI.
LN10 Decimal Natural Log of 10.
LN2 Decimal Natural Log of 2.
LNofPI Decimal Natural Log of PI.
LNSqrt2PI Decimal Natural Log of the Square Root of (2 * PI)
Log10Base2 Decimal Log to Base 2 of 10.
Log2 Decimal Log to Base 10 of 2.
Log3 Decimal Log to Base 10 of 3.
LogNaturalConstant Decimal Log to Base 10 of Natural Constant.
LogPI Decimal Log to Base 10 of PI.
NaturalConstant Decimal Natural Constant.
NaturalConstant2PI Decimal Natural Constant raised to PI.
NaturalConstant2PIOver2 Decimal Natural Constant raised to PI/2.
NaturalConstant2PIOver4 Decimal Natural Constant raised to PI/4.
OneDegree Decimal One Degree in Radians.
OneMinute Decimal One Minute in Radians.
OneRadian Decimal One Radian in Degrees.
OneSecond Decimal One Second in Radians.
PI Decimal Accurate PI Constant.
PI2E Decimal PI raised to the Natural Constant.
PIOver12 Decimal Twelfth of PI.
PIOver2 Decimal Half of PI.
PIOver3 Decimal Third of PI.
PIOver4 Decimal Quarter of PI.
PIOver5 Decimal Fifth of PI.
PIOver6 Decimal Sixth of PI.
SqrNaturalConstant Decimal Square of Natural Constant.
SqrPI Decimal Square of PI.
Sqrt10 Decimal Square Root of 10.
Sqrt2 Decimal Square Root of 2.
Sqrt3 Decimal Square Root of 3.
Sqrt5 Decimal Square Root of 5.
SqrtPI Decimal Square Root of PI.
ThreePI Decimal 3 * PI.
ThreePIOver2 Decimal Three Halves of PI.
ThreePIOver4 Decimal Three Quarters of PI.
TwoPI Decimal 2 * PI.
TwoToPower63 Decimal 2^63.

Public Instance Constructors

DecimalGlobals ConstructorInitializes a new instance of the DecimalGlobals class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DecimalGlobals Class | Esb.Globals Namespace