NaNTo0¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
A float value or a sequence of float values to be checked for NaN. | Float[Float] |
||
Output ➡️ |
The input with any NaN values replaced by 0. | Float[Float] |
Replaces NaN (Not a Number) values in the input with 0. This shard can handle both single float values and sequences of float values.