byteToFloat(b, mantissaBits=3, zeroExponent=15)

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

Syntax

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

Parameters

b
Type: System..::..Byte

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

Return Value

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

See Also