FUNCTION make_function_space
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
FUNCTION make_function_space(domain_constraint : space_constraint_type;
domain_argument : maths_space; range_constraint : space_constraint_type;
range_argument : maths_space) : function_space;
RETURN (function_space(domain_constraint, domain_argument, range_constraint,
range_argument)||maths_space()||generic_expression()||generic_literal()||
simple_generic_expression());
END_FUNCTION;
Referenced By
Defintion make_function_space is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00