Core Function Max

From Sputnik Wiki
Revision as of 22:18, 23 November 2011 by T3charmy (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Max( <expression>, <expression2> )

Contents

Description

Find the greater number and return it

Parameters

expression

Any valid numeric expression.

expression2

Any valid numeric expression.

Return Value

Compares 2 numbers and returns the greater number.

Remarks

None.

Example

$y = max(50, 100);
println( "Value is: $y " ); //prints 100
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox