Log Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns the natural (base e) logarithm of the specified value.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static float Log(
	float value
)
Visual Basic (Declaration)
Public Shared Function Log ( _
	value As Single _
) As Single
Visual C++
public:
static float Log(
	float value
)

Parameters

value
Type: System..::.Single
A number whose logarithm is to be found.

Return Value

The natural (base e) logarithm of the specified value.

See Also