OpenNETCF Smart Device Framework 2.3
Namespace:
OpenNETCF
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Assembly: OpenNETCF (in OpenNETCF.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static double Log( double a ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Log ( _ a As Double _ ) As Double |
| Visual Basic (Usage) |
|---|
Dim a As Double Dim returnValue As Double returnValue = Math2.Log(a) |
| Visual C++ |
|---|
public: static double Log( double a ) |
| J# |
|---|
public static double Log( double a ) |
| JScript |
|---|
public static function Log( a : double ) : double |
| JavaScript |
|---|
OpenNETCF.Math2.Log = function(a); |
Parameters
- a
- Type: System..::.Double