byteToFloat(b, mantissaBits=5, zeroExponent=2)

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

Syntax

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

Parameters

b
Type: System..::..Byte

[Missing <param name="b"/> documentation for "M:Lucene.Net.Util.SmallFloat.Byte52ToFloat(System.Byte)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.SmallFloat.Byte52ToFloat(System.Byte)"]

See Also