OpenNETCF Smart Device Framework 2.3
Represents the ratio of the circumference of a circle to its diameter, specified by the constant, p.
Namespace:
OpenNETCF
Assembly:
OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static double PI { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property PI As Double |
| Visual Basic (Usage) |
|---|
Dim value As Double
value = Math2.PI
|
| Visual C++ |
|---|
public:
static property double PI {
double get ();
} |
| J# |
|---|
/** @property */
public static double get_PI()
|
| JScript |
|---|
public static function get PI () : double
|
| JavaScript |
|---|
OpenNETCF.Math2.get_PI = function();
|
See Also