Method SetDoubleValue
SetDoubleValue(Double)
Initializes the token stream with the supplied
Declaration
public NumericTokenStream SetDoubleValue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | 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: |