functionfindIfIntegerVector
returns true if comparewith is found somewhere in inputVector
Information
Fuction which returns true if comparewith is found somewhere in inputVector
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | inputVector | {6, 1, 2, 3, 4, 5} | |
| Integer | compareWith | 2 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | isFound |