Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SevenMath Functions (continued)

Max Function

Overview

The Max function returns the larger of two floating-point or integer values.

Syntax/Parameters

Syntax

float = Max ( float a, float b );

long = Max ( long a, long b );

Parameters

a b

Two float or long values to be compared.

Return Value

Returns a float or a long containing the larger of a or b.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic