Table of Contents

, , ,

MIN2

Description

Calculates the minimum of the two provided numbers

Parameters

Two attributes of the Number type or number constants or calculations producing number

Example

IF MIN2 (Transaction.Amount, Account.Balance) = 100 THEN ...