Powershell中Math函数


支持所有PS版本

下面有4个比较实用的Math函数:

[Math]::Floor(4.9)
[Math]::Ceiling(3.2)
[Math]::Max(3,8)
[Math]::Min(3,8)

原文地址:Important Math Functions

本文链接: https://www.pstips.net/powershell%e4%b8%admath%e5%87%bd%e6%95%b0.html
请尊重原作者和编辑的辛勤劳动,欢迎转载,并注明出处!

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注