Class MutableValueDouble
MutableValue implementation of type double.
Inherited Members
Namespace: Lucene.Net.Util.Mutable
Assembly: Lucene.Net.dll
Syntax
public class MutableValueDouble : MutableValue, IComparable<MutableValue>, IComparable
Properties
Value
MutableValue implementation of type double.
Declaration
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
CompareSameType(object)
MutableValue implementation of type double.
Declaration
public override int CompareSameType(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| object | other |
Returns
| Type | Description |
|---|---|
| int |
Overrides
Copy(MutableValue)
MutableValue implementation of type double.
Declaration
public override void Copy(MutableValue source)
Parameters
| Type | Name | Description |
|---|---|---|
| MutableValue | source |
Overrides
Duplicate()
MutableValue implementation of type double.
Declaration
public override MutableValue Duplicate()
Returns
| Type | Description |
|---|---|
| MutableValue |
Overrides
EqualsSameType(object)
MutableValue implementation of type double.
Declaration
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 double.
Declaration
public override object ToObject()
Returns
| Type | Description |
|---|---|
| object |