**FUNCTION:** `Sgn(number)`
**Description**
Signe d’un nombre (-1, 0, 1).
**Syntax**
`Sgn(number)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Sgn(-5)
WScript.Echo Sgn(0)
WScript.Echo Sgn(7)
« `
**Output :** `-1 ; 0 ; 1`
**FUNCTION:** `Sgn(number)`
**Description**
Signe d’un nombre (-1, 0, 1).
**Syntax**
`Sgn(number)`
**Paramètres**
– *(aucun)*
**Exemples**
« `vb
WScript.Echo Sgn(-5)
WScript.Echo Sgn(0)
WScript.Echo Sgn(7)
« `
**Output :** `-1 ; 0 ; 1`