sysIsVariableTypeSigned
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Returns whether the data type of the system variable is a signed numeric type. The function returns 1 for system variables of type Int64, Int32, Double, Integer Array and Double Array. It returns 0 for other variables, in particular for variables of type UInt32 and UInt64.Parameters
- variable: the variable
Return Values
- 1: if the variable has a signed numeric type
- 0: otherwise