Return the lesser of two items
ID
math-operators-maximum
Name
Maximum
Group
Operators
Package
Math
Keywords
Minimum
Division
Subtraction
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Number | First item for comparison | |
b | Number | Second item for comparison |
Outputs
Name | Type | Description |
---|---|---|
x | Number | The lesser of A and B |