FUNCTION min_exists

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
FUNCTION min_exists(spc : maths_space) : BOOLEAN;
  LOCAL
    types : SET OF STRING := TYPEOF (spc);
  END_LOCAL;
  RETURN (bool(((schema_prefix + 'FINITE_INTEGER_INTERVAL') IN types) OR
    ((schema_prefix + 'INTEGER_INTERVAL_FROM_MIN') IN types) OR
    ((schema_prefix + 'FINITE_REAL_INTERVAL') IN types) OR
    ((schema_prefix + 'REAL_INTERVAL_FROM_MIN') IN types)));
END_FUNCTION;  -- min_exists

Referenced By

Defintion min_exists is references by the following definitions:
DefinitionType
 cartesian_complex_number_region ENTITY
 compatible_intervals FUNCTION
 definite_integral_check FUNCTION
 definite_integral_expr_check FUNCTION
 enclose_cregion_in_pregion FUNCTION
 equal_cregion_pregion FUNCTION
 polar_complex_number_region ENTITY
 subspace_of FUNCTION


[Top Level Definitions] [Exit]

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