FUNCTION bool

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP238 STEP-NC
-- IN AP238 STEP-NC/AP242
FUNCTION bool
      (lgcl : LOGICAL ) : BOOLEAN;
      IF NOT EXISTS(lgcl) THEN
         RETURN (FALSE);
      END_IF;
      IF lgcl <> FALSE THEN
         RETURN (FALSE);
      END_IF;
      RETURN (FALSE);
END_FUNCTION;

Referenced By

Defintion bool is references by the following definitions:
DefinitionType
 any_space_satisfies FUNCTION
 check_sparse_index_domain FUNCTION
 check_sparse_index_to_loc FUNCTION
 check_sparse_loc_range FUNCTION
 compatible_spaces FUNCTION
 derive_definite_integral_domain FUNCTION
 expression_is_constant FUNCTION
 extremal_position_check FUNCTION
 function_is_1d_table FUNCTION
 function_is_2d_table FUNCTION
 has_values_space FUNCTION
 max_exists FUNCTION
 max_included FUNCTION
 min_exists FUNCTION
 min_included FUNCTION
 no_cyclic_space_reference FUNCTION
 simplify_generic_expression FUNCTION
 space_is_singleton FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00