Description
Returns the minimum of two numbers.
Signature
MinOf('number1', 'number2')
Example
MinOf(100, 200) Returns 100
Parameters
Name | Type | Description | Required |
---|---|---|---|
number1 | xxxx | xxxx | xxxx |
number2 | xxxx | xxxx | xxxx |
Notes:
Returns the minimum of two numbers.
MinOf('number1', 'number2')
MinOf(100, 200) Returns 100
Name | Type | Description | Required |
---|---|---|---|
number1 | xxxx | xxxx | xxxx |
number2 | xxxx | xxxx | xxxx |