FUNCTION bool

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
FUNCTION bool(lgcl : LOGICAL) : BOOLEAN;
  IF NOT EXISTS(lgcl) THEN
    RETURN (FALSE);
  END_IF;
  IF lgcl <> TRUE THEN
    RETURN (FALSE);
  END_IF;
  RETURN (TRUE);
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
 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
2012-03-27T17:17:33-04:00