Ir al contenido
Redondear un número con decimales en PowerShell (PowerShell)
PowerShell
PowerShell
[math]::round(3.14159,2)
1
[
math
]
::
round
(
3
.
14159
,
2
)