According to documentation, a current parameter value can be obtained with double getCurrentParamValue(IVariable parameter)
. What should I write inside this function to get a value of parameter named x
?
According to documentation, a current parameter value can be obtained with double getCurrentParamValue(IVariable parameter)
. What should I write inside this function to get a value of parameter named x
?