Übersetzung für "If bedingung" in Englisch
Sie
wissen
jetzt,
dass
die
Bedingung
(If...
Now
you
know
the
condition
(If...
ParaCrawl v7.1
Selbstverständlich
ist
es
nicht
erforderlich,
jede
Anweisung
mit
einer
if
-Bedingung
zu
versehen.
Of
course,
there
's
no
need
to
wrap
each
statement
with
an
if
clause.
PHP v1
Das
allgemeine
Format
der
IF-Formel
in
Calculoid
ist
if
(Bedingung
wahr,
falsch)
General
format
of
IF
formula
in
Calculoid
is
if
(condition,
true,
false)
CCAligned v1
Ändere
die
Variable
in
der
ersten
Sektion,
sodass
jede
If
Bedingung
wahr
ergibt.
Change
the
variables
in
the
first
section,
so
that
each
if
statement
resolves
as
True.
CCAligned v1
Hinweis:
Die
If-Then-Else
Bedingung
können
Sie
sich
über
einen
Doppelklick
auf
den
Heater
anzeigen
lassen.
Note:
The
If-Then-Else
condition
can
be
inspected
if
you
double
click
on
the
Heater.
ParaCrawl v7.1
Wie
else
erweitert
sie
eine
if
-Anweisung
um
die
Ausführung
anderer
Anweisungen,
sobald
die
normale
if
-Bedingung
als
FALSE
angesehen
wird.
Like
else,
it
extends
an
if
statement
to
execute
a
different
statement
in
case
the
original
if
expression
evaluates
to
FALSE.
PHP v1
Die
elseif
-Anweisung
wird
nur
ausgeführt,
wenn
die
vorausgehende
if
-Bedingung
sowie
jede
vorherige
elseif
-Bedingung
FALSE
ist
und
die
aktuelle
elseif
-Bedingung
TRUE
ist.
The
elseif
statement
is
only
executed
if
the
preceding
if
expression
and
any
preceding
elseif
expressions
evaluated
to
FALSE,
and
the
current
elseif
expression
evaluated
to
TRUE.
PHP v1
Das
Ergebnis
daraus
können
Sie
nun
Einfach
mit
einer
IF-Then-Else
Bedingung
auf
Leerstring
(s.
Hinweis
weiter
unten)
abprüfen,
somit
haben
Sie
die
Filter
Bedingung
(=TRUE)
für
den
Filter
Heater
.
The
result
of
this
you
can
now
easily
test
with
a
IF-Then-Else
condition
comparing
it
with
an
empty
string
(see
note
further
below),
this
supplies
the
correct
input
for
the
boolean
(=TRUE)
required
by
the
Filter
Heater
.
ParaCrawl v7.1
Da
die
Bildobjekte
x2,
x3,
x6,
x7
keine
Verweise
auf
Unterdateien
enthalten
können,
werden
sie
mittels
bedingter
Abfragen
(hier
unter
Verwendung
des
gleichen
Datums
T
in
der
Bedingung
"If-Modified-Since:
T")
von
der
Servereinrichtung
angefragt
(L).
In
view
of
the
fact
that
the
picture
objects
x
2,
x
3,
x
6,
x
7
cannot
contain
references
to
further
subfiles
the
server
means
sends
(L)
conditional
requests
(here
using
the
same
date
T
in
the
condition
“If-Modified-Since:T”).
EuroPat v2
Nach
der
Analyse
der
Datei
a.html
stellt
die
Server-Proxyeinrichtung
eine
Anfrage
nach
der
Unterdatei
a.gif
und
verwendet
dabei
ebenfalls
die
Bedingung
"If-Modified-Since:
1.1.2003"
(es
wird
eine
bedingte
Anfrage
verwendet,
da
davon
auszugehen
ist,
dass
sich
in
dem
Bild
keine
Verweise
auf
weitere
Unterdateien
enthalten
sind).
Having
analyzed
file
a.html,
the
server
proxy
means
expresses
a
request
for
subfile
a.gif,
likewise
using
the
condition
“If-Modified-Since:
1.1.2002”
(a
conditional
request
is
used
because
it
is
assumed
that
the
picture
does
not
contain
any
references
to
further
subfiles).
EuroPat v2
Im
einfachsten
Fall
von
zwei
möglichen
Anforderern
kann
es
sich
um
eine
einfache
Entscheidung
bzw.
Abfrage
nach
dem
Schema
"if
(Bedingung),
then
(Fall
A)
else
(Fall
B)"
handeln,
die
fest
codiert
wird.
In
the
simplest
case
of
two
possible
demanders,
this
may
be
a
simple
decision
or
query
according
to
the
diagram
“if
(condition),
then
(Case
A)
else
(Case
B)”
which
is
fixedly
coded.
EuroPat v2