Class MutableValueSingle
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneInherited Members
Namespace: Lucene.Net.Util.Mutable
Assembly: Lucene.Net.dll
Syntax
public class MutableValueSingle : MutableValue, IComparable<MutableValue>, IComparable
Properties
Value
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneDeclaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
CompareSameType(object)
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneDeclaration
public override int CompareSameType(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
int |
Overrides
Copy(MutableValue)
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneDeclaration
public override void Copy(MutableValue source)
Parameters
Type | Name | Description |
---|---|---|
MutableValue | source |
Overrides
Duplicate()
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneDeclaration
public override MutableValue Duplicate()
Returns
Type | Description |
---|---|
MutableValue |
Overrides
EqualsSameType(object)
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneDeclaration
public override bool EqualsSameType(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |
Overrides
ToObject()
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneDeclaration
public override object ToObject()
Returns
Type | Description |
---|---|
object |