Method Common
Common(Nullable<Int64>, Nullable<Int64>)
Declaration
public override long? Common(long? output1, long? output2)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int64> | output1 | |
System.Nullable<System.Int64> | output2 |
Returns
Type | Description |
---|---|
System.Nullable<System.Int64> |
Overrides
Lucene.Net.Util.Fst.Outputs<System.Nullable<System.Int64>>.Common(System.Nullable<System.Int64>, System.Nullable<System.Int64>)