 | MathExtensionsLn Method |
The LN function (1/log(me))
Namespace: SanteDB.MatcherAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic static double Ln(
this double me
)
<ExtensionAttribute>
Public Shared Function Ln (
me As Double
) As Double
public:
[ExtensionAttribute]
static double Ln(
double me
)
[<ExtensionAttribute>]
static member Ln :
me : float -> float Parameters
- me Double
[Missing <param name="me"/> documentation for "M:SanteDB.Matcher.MathExtensions.Ln(System.Double)"]
Return Value
Double[Missing <returns> documentation for "M:SanteDB.Matcher.MathExtensions.Ln(System.Double)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also