Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Math Toolbox Functions : Operators : = (Equal)
Q10977 - INFO: = (Equal)

= returns a boolean value:

TRUE if both sides are evaluated as equal to each other in binary
FALSE if both sides are evaluated as NOT equal to each other in binary

SYNTAX:

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

NOTES:

Typically used in the logical expression of an IF statement.

EXAMPLES:

V134 = IF(V70 = 8, 1, 0)

In this IF statement, the = sign is used to compare the value of variable 70 to the number 8.  If the value is 8, this function returns a 1, otherwise it returns a 0.

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:08 PM.
Last Modified on 4/23/2008 2:47 PM.
Last Modified by No Author Name Available!.
Article has been viewed 4077 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article