Navigation:  Module 1 - Energy Accounting > Accounts & Invoices Tab > User Defined Components > Functions >

Min

Previous page Next page
  rev. 2011-02-09        

Min

Description:

Returns the smallest of the supplied values.

Syntax:

Min(value1, [value2], [value3],...,[valueX])

Type:

Double Precision Numeric

Arguments:

Argument

Type

Description

value1

Numeric

The first value.

value2

Numeric

The second value. (optional)

value3

Numeric

The third value. (optional)

valueX

Numeric

The Xth value. (optional)

Examples:

Expression

Result

Min(10,20,30,40,1)

1

Min(10,20,-30,40,1)

-30



S2_Min_Function         ©2014 Managing Energy Inc.