是德科技
直播中

傅姁妮

7年用户 180经验值
私信 关注
[问答]

怎么将枚举转换为真实

我试图允许用户从列表中选择一个实数的值,然后对所选的数字进行一些数学运算。
图片显示了我用来测试它的一个简单例子。
我使用下拉选择数字,但每当我尝试使用输出进行实数编号数学时都会出错。
非常感谢。
我是VEE编程的新手,如果这是一个微不足道的问题,请道歉。
编辑:pi于2014年3月14日下午6:47编辑:pi于2014年3月14日下午6:47

以上来自于谷歌翻译


     以下为原文

  I am trying to allow a user to select one a value for a real number from a list and then do some math on the number selected. The picture shows a trivial example I am using to test this out.

I am using a pull down to select the number but get errors whenever I try to do real numbered math with the output. ANy help is appreciated.

I am new to programming in VEE, so apologies if this is a trivial question.

Edited by: pi on Mar 14, 2014 6:47 PM
Edited by: pi on Mar 14, 2014 6:47 PM   
附件

回帖(3)

杜文渊

2019-1-11 11:37:30
我认为问题不在于你的“AsReal”问题是关于“下拉列表”的输出类型我附加了一个程序,你可以看到“下拉列表”并没有真正输出预期的内容。
如果你只是想让一个用户输入一个输入数字进行计算,我建议你使用滑块来改变一个输入数字,做一些真实的数学计算并给出预期的结果。

以上来自于谷歌翻译


     以下为原文

  I think the problem is not on your "AsReal" the problem is on the type of the output of the "Drop down list" i attached a program were you can see that the "Drop down list" do not really output what is expected. And if you just wanted an user to varie an input number for the calculation i suggested you the slider which can allow to varie an inpput number an do some real math calculation and give the expected result.

附件

举报

傅姁妮

2019-1-11 11:47:31
感谢您的回复和示例。
不幸的是,滑块不起作用,因为只有大约20个有效值,它们不仅仅是相关的。
目前,用户键入一个值,但必须知道哪些值是可接受的。
我找到了一个相当粗略的解决方案,即将下拉输出写入文件,然后将其读入实际值。
它不优雅,但确实有效。编辑:pi于2014年3月17日上午8:49

以上来自于谷歌翻译


     以下为原文

  Thanks for the response and example. Unfortunately a slider will not work as there are only about 20 valid values and they are not simply related. At present the user types in a value but has to know which values are acceptable.

I have found a rather crude solution which is to write the drop-down output to a file and then read it into a real value. It is not elegant but does work.

Edited by: pi on Mar 17, 2014 8:49 AM
举报

傅姁妮

2019-1-11 11:56:48
引用: sczclever 发表于 2019-1-11 11:47
感谢您的回复和示例。
不幸的是,滑块不起作用,因为只有大约20个有效值,它们不仅仅是相关的。
目前,用户键入一个值,但必须知道哪些值是可接受的。

经过一些进一步的实验,下面的公式似乎起作用:asReal32(asText(A))

以上来自于谷歌翻译


     以下为原文

  After some further experimentation, the following formula appears to work:

asReal32(asText(A))
举报

更多回帖

发帖
×
20
完善资料,
赚取积分