-
Notifications
You must be signed in to change notification settings - Fork 134
Utils Conversion Nodes
Akatsuzi edited this page Jan 17, 2024
·
3 revisions
| parameter | description | type | arguments |
|---|---|---|---|
| text | text input. | STRING | multiline: False, default: "text" |
This node uses the rounding towards positive infinity method when rounding negative numbers.
https://math.stackexchange.com/questions/3448/rules-for-rounding-positive-and-negative-numbers
Demo Workflow (right click to save from link)
CR_String_To_Number_demo1.json
| parameter | description | type | arguments |
|---|---|---|---|
| text | input text. | STRING | multiline: False, default: "", forceInput: True |
| parameter | description | type | arguments |
|---|---|---|---|
| float | input float. | FLOAT | default: 0.0, min: 0.0, max: 1000000.0 |
| parameter | description | type | arguments |
|---|---|---|---|
| float | input float. | FLOAT | default: 0.0 |
| parameter | description | type | arguments |
|---|---|---|---|
| int | input integer. | INT | default: 0, min: 0, max: 0xffffffffffffffff |
| parameter | description | type | arguments |
|---|---|---|---|
| text_list | input string. | STRING | forceInput: True |
This node was used to convert from the WAS Seed node, but has been superceded by CR Seed.
| parameter | description | type | arguments |
|---|---|---|---|
| seed | input seed. | SEED |