aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/exslt/math/lowest/index.md
blob: 7b8176d76e114e430943cf7f6eafde6da9014094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: lowest
slug: Web/EXSLT/math/lowest
tags:
  - EXSLT
  - XSLT
translation_of: Web/EXSLT/math/lowest
---
{{ XsltRef() }}
`math:lowest()` retourne le nœud de l'ensemble de nœuds spécifié possédant la plus grande valeur (où la plus grande valeur est calculée avec [`math:min()`](fr/EXSLT/math/min)).

Un nœud a sa valeur minimale si sa valeur de chaîne convertie en nombre est égale à la valeur minimale.

{{ Note() }}

### Syntaxe

    math:lowest(ensembleNœud)

### Arguments

- `ensembleNœud`
  - : L'ensemble de nœuds pour lequel il faut retourner la plus petite valeur.

### Retourne

Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction [`math:min()`](fr/EXSLT/math/min).

### Définition

- [EXSLT - MATH:HIGHEST (en)](http://www.exslt.org/regexp/functions/lowest/index.html)

### Support par Gecko

Supporté par Gecko 1.9 et ultérieur.