Q35ConvertStringToMathNumeric
Cantara Business Function to convert a string that represents and integer or floating point numeric value to a math numeric equivalent.
Maximum decimal place resolution is 9 maximum for the math numeric result, but is limited to a combined total of 16 characters. E.g. "1234567890123456" or "1234567.123456789"
Call By:
This function is called by the following Q35 functions:
Q35EvaluateTest
Data Structure
Name | Data Type | Inclusion | Direction | Parameter data |
---|---|---|---|---|
CNVNSTR_szString | STRING | REQUIRED | IN |
|
RESLT_mnMathNumeric | FLOAT | OPTIONAL | OUT |
|
ERR_cError | CHARACTER | OPTIONAL | OUT |
|