Converts a sortable
CopyC#
int
back to a
CopyC#
float
.

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

Syntax

C#
public static float SortableIntToFloat(
	int val
)
Visual Basic
Public Shared Function SortableIntToFloat ( _
	val As Integer _
) As Single
Visual C++
public:
static float SortableIntToFloat(
	int val
)

Parameters

val
Type: System..::..Int32

[Missing <param name="val"/> documentation for "M:Lucene.Net.Util.NumericUtils.SortableIntToFloat(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.NumericUtils.SortableIntToFloat(System.Int32)"]

See Also