Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
type/assignable - check if an object can be assigned to
Calling Sequence
type(expr, assignable)
type(expr, assignable(t))
Parameters
expr
-
any expression
t
type
Description
The function type(expr, 'assignable') returns true if the expression expr can be assigned to; otherwise, it returns false.
If the parameter t is included, it checks that expr is also of that type.
An expression is assignable if one of the following is true:
- It is a symbol and it is not protected.
- It is of type indexed and its zeroth operand is either assignable or a table or an rtable.
- It is of type function and its zeroth operand is assignable.
Examples
See Also
type, type/function, type/indexed, type/name, type/rtable, type/symbol, type/table
Download Help Document