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: 8.1.0
C#
public static readonly decimal PI

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