Skip to content

Commit

Permalink
always returns
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed May 16, 2019
1 parent f19188f commit 5675762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ \subsection{Event-Related Operators with Function Syntax}\doublelabel{event-rela
\lstinline!sample(start, interval)! & Returns \lstinline!true! and triggers time events at time
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
the operator always returns \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 5675762

Please sign in to comment.