Returns TRUE if the argument x contains a value, FALSE otherwise.
Syntax
isinf(x)
Types
| Variable Name | Value Type | Variable Type | ||
|---|---|---|---|---|
| Arguments: | x | real, complex | scalar, vector, matrix, signal, xy-data | |
| Result: | z | bool | scalar | |
Calculator Input
Use the button to complete the operation.
Example
| ID | Description | Type | Value | Expression | |
|---|---|---|---|---|---|
| x | COMPLEX REAL SIGNAL |   | signal([1,2],[1,1/0],[real(1/0),imag(1/0)]) | ||
| z | Result | BOOL | true | isinf(x) | |
| y | REAL SIGNAL |   | signal([1,2],[1,2],[3,4]) | ||
| z | Result | BOOL | false | isinf(y) | |