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