setConst method

  1. @override
void setConst(
  1. int variableName,
  2. double variableValue,
  3. int pExpression
)

Set the current value of the constant constantName

Implementation

@override
void setConst(int variableName, double variableValue, int pExpression) {
  _ffiSetConst(variableName, variableValue, pExpression);
}