getConst method

  1. @override
double getConst(
  1. int variableName,
  2. int pExpression
)

Get the value of constant constantName

Implementation

@override
double getConst(int variableName, int pExpression) {
  return _ffiGetConst(variableName, pExpression);
}