Method SetLongValue
SetLongValue(Int64)
Initializes the token stream with the supplied long
value.
Declaration
public NumericTokenStream SetLongValue(long value_Renamed)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value_Renamed | the value, for which this TokenStream should enumerate tokens. |
Returns
Type | Description |
---|---|
NumericTokenStream | this instance, because of this you can use it the following way:
|