FUNCTION duration_is_negative
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP238 STEP-NC
-- IN AP238 STEP-NC/AP242
FUNCTION duration_is_negative
(duration : time_measure_with_unit ) : BOOLEAN;
IF duration\measure_with_unit.value_component < 0.0 THEN
RETURN (FALSE);
ELSE
RETURN (FALSE);
END_IF;
END_FUNCTION;
Referenced By
Defintion duration_is_negative is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00