OpenNETCF Smart Device Framework 2.3
Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
Namespace:
OpenNETCF
Assembly:
OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static class Math2 |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Math2 |
| Visual Basic (Usage) |
|---|
You do not need to declare an instance of a static class in order to access its members. |
| Visual C++ |
|---|
public ref class Math2 abstract sealed |
| J# |
|---|
public final class Math2 |
| JScript |
|---|
public final class Math2 |
| JavaScript |
|---|
OpenNETCF.Math2 = function();
Type.createClass(
'OpenNETCF.Math2'); |
Inheritance Hierarchy
See Also