A log to the base 2 formula.
CopyC#
Math.Log(value) / Math.Log(2)

Namespace: Lucene.Net.Spatial.Tier.Projectors
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public double Log2(
	double value
)
Visual Basic
Public Function Log2 ( _
	value As Double _
) As Double
Visual C++
public:
double Log2(
	double value
)

Parameters

value
Type: System..::..Double
The value.

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.CartesianTierPlotter.Log2(System.Double)"]

See Also