gpt4 book ai didi

c# - 为什么 int.MinValue % -1 会导致 OverflowException

转载 作者:太空狗 更新时间:2023-10-29 23:06:26 25 4
gpt4 key购买 nike

<分区>

在 7.8.3 中。关于 Remainder 运算符的 C# 规范的声明如下:

If the left operand is the smallest int or long value and the right operand is -1, a System.OverflowException is thrown.

因此 int.MinValue % -1 将导致 OverflowException。我想了解为什么?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com