Main/Utility/JaceCalculator.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Utility/JaceCalculator.cs
@@ -35,7 +35,8 @@ } public static void Init() { { Engine.AddFunction("int", (Func<double, double>)(x => (int)x)); Engine.AddFunction("long", (Func<double, double>)(x => (long)x)); } }