Expand description
Miscellaneous Blocks
Structsยง
- HasValue
- Outputs true if the input is not null.
- Parse
Bool - Outputs the parsed boolean value of the input.
- Parse
Number - Outputs the parsed numeric value of the input.
- Random
- Generates a random number at the specified frequency. min and max control the range of the generated random number. The defaults are 0 and 100.
- Sine
Wave - Block that generates a sine wave based on the frequency and the amplitude inputs.