| Min (min(A, b)) | |
|---|---|
|
|
| Type | |
| Category | Scalar > Operations |
Min (min(A, b))
Description
Returns the minimum between a and b.
Enums
Enum #1
There is currently no description for the enum #1.
- Add
- Subtract
- Multiply
- Divide
- Power
- Max
- Min
- Abs
- Ceil
- Floor
- Round
- Clamp
- Remap
- Sign
- Smoothstep
- Step
- Wrap
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| float | a (a) |
There is currently no description for the argument a. |
0.0 |
| float | b (b) |
There is currently no description for the argument b. |
0.0 |
Outputs
float - result (min(A, b))
There is currently no description for output result.