To Float¶
Converts the given input to 32 bit float. The node will attempt to convert array and tuple inputs to floats of the same shape
Installation¶
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
value (value) |
|
The numeric value to convert to float |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
Float (converted) |
|
Output float scaler or array |