Previous Topic

Next Topic

Book Contents

Book Index

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.

Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.