NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

LabView 7.0的formula node框中定义浮点数

已解决!
转到解答

formula node框中定义浮点数输入什么代码?

我输入"double a;"是error,输入"int32 a;"就是对的。

Message Edited by ThomasYoung on 09-03-2009 11:21 PM
Thomas | Xi'an China

LabVIEW 7.1 | LabVIEW 2018
DAQmx | CompactRIO | myRIO
微信公众号: 钟博士LabVIEW工作室
0 项奖励
1 条消息(共 2 条)
3,965 次查看
解答
已被主题作者 ThomasYoung 接受

Mouse-over the formula node, CTRL+H to get context help...

 

See Formula Node Syntax...

 

Formula Node Syntax

floating-point-type:

float
float32
float64

 

integer-type:

int
int8
int16
int32
uInt8
uInt16
uInt32

 

 

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
2 条消息(共 2 条)
3,955 次查看