Min

Characteristic Description

Returns

Smaller of two specified numbers.

Return type

Data type of the parameter you enter.

Syntax

Math.Min(a, b)

Parameters

  • Parametera
  • Definition—The value of the first number to compare.
  • Data type—Any numeric data type.

  • Parameterb
  • Definition—The value of the second number to compare.
  • Data type—Any numeric data type.