Decodes a normalization factor stored in an index.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static float DecodeNorm(
	byte b
)
Visual Basic
Public Shared Function DecodeNorm ( _
	b As Byte _
) As Single
Visual C++
public:
static float DecodeNorm(
	unsigned char b
)

Parameters

b
Type: System..::..Byte

[Missing <param name="b"/> documentation for "M:Lucene.Net.Search.Similarity.DecodeNorm(System.Byte)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Similarity.DecodeNorm(System.Byte)"]

See Also