Products Downloads


French version


 

This function returns the value with the highest occurrence in a number sequence.

If there are two or more the same, the value appearing first in the sequence is returned.

 

Parameters

Number sequence

seqNumber

Number sequence

Mandatory

 


For example

<#assign seqNum = [1.1, 0.5, -5.89]/>
${ hardisCore.mode(seqNum) }