Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean EvaluateBool | Evaluates all expressions from the list. |
| 2 | Boolean EvaluateBool(Int32 Index) | Evaluates expression at the specified index. |
Overload 1: Boolean EvaluateBool
Evaluates all expressions from the list.
Returns: Boolean - the result of the last expression as a single boolean value.
Overload 2: Boolean EvaluateBool(Int32 Index)
Evaluates expression at the specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
Returns: Boolean - the result as a boolean value.