Convenience method: this just returns: intToPrefixCoded(floatToSortableInt(val))

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

Syntax

C#
public static string FloatToPrefixCoded(
	float val
)
Visual Basic
Public Shared Function FloatToPrefixCoded ( _
	val As Single _
) As String
Visual C++
public:
static String^ FloatToPrefixCoded(
	float val
)

Parameters

val
Type: System..::..Single

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

Return Value

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

See Also