Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Math Toolbox Functions : Operators : < (Less Than)
Q10980 - INFO: < (Less Than)
< is a logical operator which returns a boolean value:

TRUE (1) if the expression on the left side of the operator is evaluated as being less than the right side of the operator
FALSE (0) if the expression on the left side of the operator is evaluated as equal to or greater than the right side of the operator

SYNTAX:

(Cx or Exp)<(Cx or Exp)
where :
Cx is a conditional variable x
Exp is a Expression

EXAMPLES

C1 < 10

(C1/C11) < (C12+5)

IF(C1<C2,1,0)

NOTES:

Typically used in the logical expression of an IF statement.

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 4/23/2008 2:32 PM.
Last Modified on 1/25/2011 9:57 AM.
Last Modified by Scott Dorner.
Article has been viewed 3965 times.
Rated 9 out of 10 based on 2 votes.
Print Article
Email Article