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