NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Math.PI

, the ratio of the circumference of a circle to its diameter.

[Visual Basic]
Public Const PI As Double
[C#]
public const double PI;
[C++]
public: const double PI;
[JScript]
public var PI : double;

See Also

Math Class | Math Members | System Namespace