Convert to Boolean
|
Signature |
|---|
|
Convert_ToBool(expression) |
|
Description |
|---|
|
Converts a numeric input signal into a boolean signal. The boolean is false if the expression is equal to 0 and it is true otherwise. |
|
Result |
|---|
|
False if expression is 0; otherwise true. |
|
Arguments |
|
|---|---|
|
expression |
A numeric expression. |