SingleConstants.Pi Field

Represents pi, the ratio of the circumference of a cirlce to its diameter.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0
C#
public const float Pi = 3.141593f

Field Value

Single

Remarks

The value of this field is 3.141592653589793238462643383279502884.

See Also