mathnumeric

  1. C Business Function

    I am trying to write C Business Function first time. I have Data Structure in .h typedef struct tagDSD5501A3A { MATH_NUMERIC mnInput1; MATH_NUMERIC mnInput2; MATH_NUMERIC mnOutput; JCHAR cOperator; JCHAR szErrorId[11]; JCHAR...
  2. BSSV Output Issue(MathNumeric to Integer)...

    Hi ALL I have some troubles in converting Mathnumeric and Integer.. I'm trying to covert MathNumeric to Integer when I got value from Output.. But it seems not works . The following is my code. Thanks //map output parameters to output value object...
Back
Top