Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SevenMath Functions (continued)

Min Function

Overview

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

Syntax/Parameters

Syntax

float = Min ( float a, float b );

long = Min ( long a, long b );

Parameters

a b

Two float or long values to be compared. If the source values are qword or long data types, they may be truncated.

Return Value

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

Related Functions

Platform Support

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

Legato IDE, Legato Basic