void setParameterDouble(Object patternInstance, String parameterName, double value)
void setParameterDouble(Object patternInstance, String parameterName, double value)
Name | Type | Description |
---|---|---|
patternInstance | Object | The return value (opaque) from the pattern $1instantiate(String)$1 method. |
parameterName | String | Name of the bind parameter whose value is being set. |
value | double | Value of the bind parameter |
Type | Description |
---|---|
void |