[ library(ic_kernel) | Reference Manual | Alphabetic Index ]
set_vars_type(?Vars, ++Type)
Sets the type of the given variables to the given type.
- Vars
- Var/list/matrix
- Type
- Type to be set 'real' or 'integer'
Description
Typically not called directly but indirectly through reals/1 and
integers/1.
Exceptions
- (4) instantiation fault
- Type is un-instantiated.
See Also
set_var_type / 2, reals / 1, integers / 1