All PowerShell Versions
Here are the four most important Math functions needed by administration scripts:
[Math]::Floor(4.9) [Math]::Ceiling(3.2) [Math]::Max(3,8) [Math]::Min(3,8)
All PowerShell Versions
Here are the four most important Math functions needed by administration scripts:
[Math]::Floor(4.9) [Math]::Ceiling(3.2) [Math]::Max(3,8) [Math]::Min(3,8)