Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


TYPE one_or_two = positive_integer;
WHERE
          in_range: (SELF = 1) OR (SELF = 2);
END_TYPE; -- one_or_two

Users

          general_linear_function.sum_index
          homogeneous_linear_function.sum_index

public interface EOne_or_two