Simple question
#1

If i do
I have 8 for example.

< 4 - What will happen?

=< 4 - What will happen?
Reply
#2

< 4 (3,2,1,0,-infinite)
<= 4 (4,3,2,1,0,-infinite)
> 4 (5,6,7,8,+infinite)
>= 4 (4,5,6,7,+infinite)
Reply
#3

If < 4 (Less than 4)
Then 3, 2, 1, 0
If <= 4 (Less than or equal to 4)
Then 4, 3, 2, 1, 0

The difference is if you use <= it will include it's value
else, only the value lower to it
Reply
#4

So if < 4, 4 can't use a specified command? 5 6 7 8... Can use?
Reply
#5

Can use ( 4, 5, 6, 7, 8 )
Reply
#6

Huh? If < 4, 4 can use? I really don't understand, sorry for that.
Reply
#7

Listen, if you use < 4
IT MEANS LESS THAN 4 NOT 4

Sorry for caps :P
Reply
#8

Quote:
Originally Posted by iCurse
Посмотреть сообщение
Huh? If < 4, 4 can use? I really don't understand, sorry for that.
What he said is straight forward.
Quote:
Originally Posted by Godey
Посмотреть сообщение
If < 4 (Less than 4)
Then 3, 2, 1, 0
If <= 4 (Less than or equal to 4)
Then 4, 3, 2, 1, 0

The difference is if you use <= it will include it's value
else, only the value lower to it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)