Convenience method: this just returns:
sortableIntToFloat(prefixCodedToInt(val))
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static float PrefixCodedToFloat( string val ) |
Visual Basic |
---|
Public Shared Function PrefixCodedToFloat ( _ val As String _ ) As Single |
Visual C++ |
---|
public: static float PrefixCodedToFloat( String^ val ) |
Parameters
- val
- Type: System..::..String
[Missing <param name="val"/> documentation for "M:Lucene.Net.Util.NumericUtils.PrefixCodedToFloat(System.String)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.NumericUtils.PrefixCodedToFloat(System.String)"]