mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-14 17:53:38 +00:00
add layout for remaining processors/modules and order everything
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Float Parse
|
||||
title: Parse Float
|
||||
sidebar:
|
||||
label: Parse
|
||||
order: 1
|
||||
---
|
||||
The `float.parse` processor takes a string and parses it as a float with the specified `base` and `bitSize`. This processor will return an error if the message being processed is not a string or if the string cannot be parsed into a float.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Float Random
|
||||
title: Create Random Float
|
||||
sidebar:
|
||||
label: Random
|
||||
order: 2
|
||||
---
|
||||
The `float.random` processor will set the payload to a random float between the specified `min` and `max` value.
|
||||
|
||||
Reference in New Issue
Block a user