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
ListTools[BinaryPlace] - perform a binary placement in a list
Calling Sequence
BinaryPlace(L, x, f, opt1, opt2, ...)
Parameters
L
-
list
x
anything
f
(optional) procedure, operator, or algebraic expression
opt1, opt2, ...
(optional) extra arguments to f
Description
The BinaryPlace(L, x) function performs a binary placement of x in L, where L is assumed to be a sorted list. It returns the value n in list L such that L[n] precedes x. It is possible that n is if x precedes all elements in the list.
In this form of the calling sequence, x must be of type numeric or string and the list should have operands of the same type in ascending order.
The returned value is such that is still a sorted list.
If three or more arguments are specified in the calling sequence, then must return true if x precedes y.
Examples
See Also
list, ListTools, ListTools[BinarySearch], sort, type/list, type/numeric, type/string
Download Help Document