TYPE one_or_two

(* SCHEMA mathematical_functions_schema; *)
TYPE one_or_two = positive_integer;
WHERE in_range: (SELF = 1) OR (SELF = 2);
END_TYPE;

Referenced By

Defintion one_or_two is references by the following definitions:
DefinitionType
 general_linear_function ENTITY
 homogeneous_linear_function ENTITY
 make_general_linear_function FUNCTION


[Top Level Definitions] [Exit]

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