FUNCTION expression_is_constant

(* SCHEMA mathematical_functions_schema; *)
FUNCTION expression_is_constant(expr : generic_expression) : BOOLEAN;
  RETURN (bool(SIZEOF (free_variables_of (expr)) = 0));
END_FUNCTION;  -- expression_is_constant

Referenced By

Defintion expression_is_constant is references by the following definitions:
DefinitionType
 application_defined_function ENTITY
 constant_function ENTITY
 extended_tuple_space ENTITY
 externally_listed_data ENTITY
 finite_space ENTITY
 function_space ENTITY
 imported_curve_function ENTITY
 imported_surface_function ENTITY
 imported_volume_function ENTITY
 listed_data ENTITY
 listed_product_space ENTITY
 maths_value SELECT
 maths_variable ENTITY
 parallel_composed_function ENTITY
 selector_function ENTITY
 uniform_product_space ENTITY
 values_space_of FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00