Pattern.Manager.setParameterDouble()

Signature

void setParameterDouble(Object patternInstance, String parameterName, double value)

Domain

ACTION

Description

If the pattern string has bind parameter that expects a double, then its value has to be set using this method. This value if set only for the given pattern instance.

Parameters

NameTypeDescription
patternInstanceObjectThe return value (opaque) from the pattern $1instantiate(String)$1 method.
parameterNameStringName of the bind parameter whose value is being set.
valuedoubleValue of the bind parameter

Returns

TypeDescription
void

Cautions

none