System Namespace Math Class
Represents the ratio of the circumference of a circle to its diameter, specified by the constant, π.
[ VB ]
Public Const PI As Double
[ C# ]
public const double PI;
[ C++ ]
public: const double PI;
[ JScript ]
public var PI : double;
The value of this field is 3.14159265358979323846.
Math Members