标签: powershell powershell-v2.0 powershell-v3.0
我们无法在OS win7中的powershell版本2中定义数据类型[bigint],我们再次使用[System.Numerics.BigInteger]不起作用,
[bigint]
[System.Numerics.BigInteger]
有办法做到这一点吗?
答案 0 :(得分:0)
不幸的是,PowerShell版本2并不支持此功能。但在3.O及更高版本中,您可以实现此目的。
[bigint]1e20
它将提供以下输出:
100000000000000000000