Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Interface to parse floats from document fields. More...
Inherits Lucene.Net.Search.Parser.
Inherited by Lucene.Net.Search.AnonymousClassFloatParser, and Lucene.Net.Search.AnonymousClassFloatParser1.
Public Member Functions | |
float | ParseFloat (System.String string_Renamed) |
Return an float representation of this field's value. | |
Interface to parse floats from document fields.
Definition at line 681 of file FieldCache.cs.
float Lucene.Net.Search.FloatParser.ParseFloat | ( | System.String | string_Renamed | ) |
Return an float representation of this field's value.
Implemented in Lucene.Net.Search.AnonymousClassFloatParser1, and Lucene.Net.Search.AnonymousClassFloatParser.