ExpectFloatSeq¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
This shard accepts a sequence of values. | Any |
||
Output ➡️ |
Returns the input value unchanged if it is a sequence of Floats. | [Float] |
||
Unsafe |
No | When set to true, it will skip type comparison. Generally unsafe but it can improve performance. Only set to true if you are certain that the input type matches the expected type. | false |
Bool |
Checks if the input value is a sequence of Floats. The shard returns the input value unchanged if it is of the appropriate type; otherwise, the shard will trigger an error, preventing further execution.