Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
scope.SetVariable("数学", ?? typeof(System.Math) ??);
それともモジュールを作成する必要がありますか?
できるよ:
scope.SetVariable("数学", DynamicHelpers.GetPythonTypeFromType(typeof(System.Math)));
DynamicHelpers は IronPython.Runtime.Types にあります。