Class UpToTwoPositiveInt64Outputs.TwoInt64s
Holds two long outputs.
NOTE: This was TwoLongs in LuceneInherited Members
Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.Misc.dll
Syntax
public sealed class UpToTwoPositiveInt64Outputs.TwoInt64s
Constructors
TwoInt64s(long, long)
Holds two long outputs.
NOTE: This was TwoLongs in LuceneDeclaration
public TwoInt64s(long first, long second)
Parameters
| Type | Name | Description |
|---|---|---|
| long | first | |
| long | second |
Properties
First
Holds two long outputs.
NOTE: This was TwoLongs in LuceneDeclaration
public long First { get; }
Property Value
| Type | Description |
|---|---|
| long |
Second
Holds two long outputs.
NOTE: This was TwoLongs in LuceneDeclaration
public long Second { get; }
Property Value
| Type | Description |
|---|---|
| long |
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| object | other |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
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
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |