Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

Get Minimum Method


The Get Minimum method returns the smaller of the values that the x argument and the y argument contain. If it cannot convert the value that the number argument contains to a number, then it returns the following value:

NaN

This method uses the same argument as the Math Maximum method. For more information, see Table 109.

Format

Math.min(x, y)

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.