问题描述
我不知道怎么问这个,所以有人不会误读它但是这里
去了。
在运行时我想要能够评估数学库中的函数,
但是在设计时我不知道需要什么函数。
我知道我能做到
如果Userinput =" SINE"然后zz = Sin(无论如何)
但我想做的是zz = MyMappingToMath(用户输入)
例如
假设用户在运行时输入SINE(30)
如果我没有特别的
条款,我有什么方法可以得到SINE(30)的值在设计时为SINE设计?
谢谢
I don''t know how to ask this so that someone will not misread it but here
goes.
At run time I want to be able to evaluate functions from the Math library,
but at design time I do not know what functions will be needed.
I know I can do
If Userinput = "SINE" Then zz = Sin(whatever)
but what I want to do is zz= MyMappingToMath(userinput)
e.g
Suppose the user inputs SINE(30) at run time
Is there some way I can get the value of SINE(30) if I made no special
provisions for SINE at design time?
Thanks
这篇关于在运行时调用数学函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!