LassoScript Utility
Basics Browse Detail

[Math_Min]

Tag Link [Math_Min] Category Math
Type Substitution Source Available No
Support Preferred Version 3.0
Change Unchanged Data Source Any
Output Type Decimal or Integer Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x

Description

[Math_Min] returns the minimum of all parameters.

Syntax

[Math_MinInteger or Decimal Value
  Integer or Decimal Value]

Parameters

Required Parameters
Integer or Decimal Value The value to be compared.
Integer or Decimal Value The value to be compared.

Examples

To find the minimum of two numbers:

Use the [Math_Min] tag. The following example finds the minimum of two values.

[Math_Min: -1, 100]

-1