Clamp Double (Python)#
Example node that a number to a range
Installation#
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
num |
|
Input number |
0 |
min |
|
Mininum value |
0 |
max |
|
Maximum value |
0 |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
out |
|
The result of the number, having been clamped to the range min,max |