Share via


MapPointConstants.Pi Property

MapPointConstants.Pi Property

The value of π (pi) that is used in MapPoint Web Service (3.1415926535897931).


Public Pi As System.Double = 3.1415926535897931


[C#]

public System.Double Pi;

Example

[Visual Basic]

'Get the MapPoint Web Service value for pi
Dim myConstants As New MapPointConstants()
Console.WriteLine(myConstants.Pi.ToString())



[C#]

//Get the MapPoint Web Service value for pi
MapPointConstants myConstants  = new MapPointConstants();
Console.WriteLine(myConstants.Pi.ToString());


See Also

  MapPointConstants Class