To Double¶
Converts the given input to 64 bit double. The node will attempt to convert array and tuple inputs to doubles 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 double |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
Double (converted) |
|
Output double-based value |