613-518-1166 info@zimdatabases.com

ZIM Language Reference

$minof

< All Topics

$minof

Returns the smaller of a pair of numbers.

Syntax

$minof(number1,number2)

Parameters

number1

a number or an expression that evaluates to a number

number2

a number or an expression that evaluates to a number

Return Value

The value returned by $minof has the same number of decimal places as the number that is returned.

Comments

The function returns the larger of a pair of numbers.

Example

if event.eventname = “down”
 let IndexPtr = $minof(IndexPtr+1, ArrayLen)
else
 … other commands …
endif

Modifies an array index, without letting the index exceed the specified number.

 

See Also

$maxof

About Functional Expressions

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents