Table of Contents

, , ,

SIGN

Description

Returns the sign of the provided number (0, 1 or –1)

Parameters

Attribute of the Number type or number constant or calculation producing number

Example

IF SIGN (Transaction.Amount) = -1 THEN ...