Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

Get Maximum Method


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

NaN

Format

Math.max(x, y)

Table 109 describes the arguments for the Get Maximum method.

Table 109. Arguments for the Get Maximum Method
Argument
Description

x

A numeric literal or numeric variable.

y

A numeric literal or numeric variable.

Related Topics

For more information, see Get Minimum Method.

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