System.Math 未在 Intellisense 中显示

System.Math Not Showing in Intellisense

下图中(点击link),我的System.Mathclass无法识别

我有使用系统;在我 class 的开头。 所以数学应该对我可用,不是吗?

但是,智能感知无法识别 Math。 另外,我在图片中的 Math.PI 没有红色下划线。

这一定意味着 Math 可用但同时也无法识别...?

有人可以帮我解决这个问题吗?

下图link:

Math.PI is not underlined in red, but Math isn't recognized by intellisense.

原来我的框架被窃听了,所以我不得不从我的教师的计算机上删除它们和 copy/paste 新的。框架 re-added 后,问题就得到了解决。