MIN

From ISV Support Wiki

MIN
Jump to: navigation, search

The MIN function evaluates two numbers and returns the number with the lesser value.

Syntax

MIN(number1, number2)

Return

A number

Example

MIN(1, 2) = 1
MIN(2, 1) = 1
Views
Categories
Personal tools