DecimalExtensionsPI Field

Represents the ratio of the circumference of a circle to its diameter, specified by the constant, π.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public const decimal PI = 3,1415926535897932384626433833

Field Value

Decimal

Remarks

This member is similar to Math.PI but has Decimal type instead of Double.

The value of this constant is 3.1415926535897932384626433833.

See Also