Previous Topic

Next Topic

Book Contents

Min

Min

Characteristic

Description

Returns

Smaller of two specified numbers.

Return type

Data type of the parameter you enter.

Syntax

Math.Min(a, b)

Parameters

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

 

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

Send Feedback