Skip to content

Commit

Permalink
Closes #2118
Browse files Browse the repository at this point in the history
According to decision at meeting.
  • Loading branch information
HansOlsson committed May 10, 2019
1 parent 6bbb833 commit 5df1c94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1125,9 +1125,10 @@ \subsection{Event-Related Operators with Function Syntax}\doublelabel{event-rela

% sample
\lstinline!sample(start, interval)! & Returns \lstinline!true! and triggers time events at time
instants \lstinline!start + i*interval (i=0,1,...)!. During continuous integration
the operator returns always \lstinline!false!. The starting time \lstinline!start! and the
sample interval \lstinline!interval! need to be parameter expressions and need to be
instants \lstinline!start + i*interval (i=0,1,...)!, and is only true during the first event iteration at those times.
At event iterations after the first one at each event and during continuous integration
the operator returns always \lstinline!false!. The starting time \lstinline!start! and the
sample interval \lstinline!interval! must be parameter expressions and need to be
a subtype of Real or Integer. The sample interval \lstinline!interval! must be a
positive number.\\ \hline

Expand Down

0 comments on commit 5df1c94

Please sign in to comment.