Skip to main content

valueIsNegative

Short summary

This assertion method checks if the current value is negative

Parameters

NameTypeCommentKind
currentValueINTcurrent value to checkinput
messageTc2_System.T_MaxStringmessage if the assertion is falseinput

Code

Declaration

METHOD valueIsNegative
VAR_INPUT
(* current value to check *)
currentValue :INT;
(* message if the assertion is false *)
message :Tc2_System.T_MaxString;
END_VAR