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/integer - check for an object of type integer
Calling Sequence
type(x, integer)
type(x, integer[n])
type(x, integer[a..b])
Parameters
x
-
any expression
n
1, 2, 4, or 8
a, b
integers with
Description
The type(x, integer) function returns true if x is a Maple integer.
If the type is provided with a single integer index n, then type(expr, integer[n]) returns true if, and only if, is one of , , , or , and expr is an integer representable as a signed -byte hardware integer.
The call type(expr, integer[a .. b ]) returns true if, and only if, expr is an integer satisfying the inequalities and , where a and b are integers with .
Examples
See Also
integer, type, type/atomic, type/even, type/literal, type/numeric, type/odd, type/rational
Download Help Document