_max
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
long _max(long x, long y); // form 1dword _max(dword x, dword y); // form 2int64 _max(int64 x, int64 y); // form 3qword _max(qword x, qword y); // form 4float _max(float x, float y); // form 5
Description
Returns the maximum of the parameters.Parameters
- x: First operand
- y: Second operand
Return Values
- y > x ? y: x