完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨托马斯,好吧,没有数据类型“十六进制”这样的东西;
十六进制只是整数值的特定表示(“可视化”)。如果要在公式框中添加文字十六进制值,您可以这样做:“0x0a + 0x04”应该起作用并导致整数值为14。 您可以使用事务Write / Text / HexFormat将结果转换回带有IO /“To String”对象的十六进制(字符串)表示。如果要添加两个以十六进制字符串变量形式给出的数字,可以使用asInt32(x) 功能。 (或IO / From String,或构建公式的字符串表示形式并将其传递到公式对象的公式控制输入引脚)。 brMartin -----原始信息-----来自:ext bounce-3489617-2542673@it.lists.it.agilent.com [mailto:bounce-3489617-2542673@it.lists.it.agilent.com] 发送时间:2005年8月2日星期二下午4点08分:VRFS主题:[vrf] [VRF]添加十六进制datasHello每个人,是否有可能以数据格式“十六进制”添加值?或者我可以将Integer更改为十六进制吗? 托马斯---您目前订阅了vrf:martin.papproth@nokia.com要订阅,请发送一封空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“ leave-vrf@it.lists.it.agilent.com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 ---您目前订阅了vrf:r***@soco.agilent.com要订阅,请发送一封空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“ vrf@it.lists.it.agilent.com“。要向此邮件列表发送邮件,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 Hi Thomas, well, there's no such thing as a datatype "hexadezimal"; hexadezimal is just a specific represenation ("visualization") of an integer value. If you want to add literal hexadezimal values in a formula box you can just do so: "0x0a + 0x04" should work and result in an integer value of 14. You can convert the result back to a hexadezimal (string) representation with the IO/"To String" object with transaction Write/Text/HexFormat. If you want to add two numbers given as hexadezimal string variables you can use the asInt32(x) function. (or the IO/From String, or build a string representation of your formula and pipe it into a formula object's formula control input pin). br Martin -----Original Message----- From: ext bounce-3489617-2542673@it.lists.it.agilent.com [mailto:bounce-3489617-2542673@it.lists.it.agilent.com] Sent: Tuesday, August 02, 2005 4:08 PM To: VRF Subject: [vrf] [VRF] Add hexadezimal datas Hello everybody, is there a formula possibility to add values in the data format "hexadezimal" ? Or can I change Integer to hexadezimal ? regards Thomas --- You are currently subscribed to vrf as: martin.papproth@nokia.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". --- You are currently subscribed to vrf as: r***@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
相关推荐
2个回答
|
|
>是否有可能以数据格式“十六进制”添加值?>或者我可以将整数更改为十六进制吗?单击整数小部件或字母数字显示的左上角的“ - ”,选择属性 - >数字,
取消选中全局格式,并选择整数格式ashexadecimal。(这不会改变数字 - 毕竟,它们都是内部存储为二进制的。它只是改变显示。)Les Hammer ---你目前订阅了vrf as:r***@soco.agilent.com要订阅,请发送空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“leave-vrf@it.lists.it.agilent .com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 > is there a formula possibility to add values in the data format "hexadezimal" ? > Or can I change Integer to hexadezimal ? Click on the "-" in the upper left corner of integer widgets or Alphanumeric displays,select properties -> Number, uncheck the global format, and select integer format as hexadecimal. (This won't change the number - after all, they are all stored internally as binary anyway. It just changes the display.) Les Hammer---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
>是否有可能以数据格式“十六进制”添加值?>或者我可以将整数更改为十六进制吗?单击整数小部件或字母数字显示的左上角的“ - ”,选择属性 - >数字,
取消选中全局格式,并选择整数格式ashexadecimal。(这不会改变数字 - 毕竟,它们都是内部存储为二进制的。它只是改变显示。)Les Hammer ---你目前订阅了vrf as:r***@soco.agilent.com要订阅,请发送空白电子邮件至“join-vrf@it.lists.it.agilent.com”。要取消订阅,请发送空白电子邮件至“leave-vrf@it.lists.it.agilent .com“。要发送邮件到这个邮件列表,请发送电子邮件至”vrf@agilent.com“。 如果您需要有关邮件列表的帮助,请发送邮件至“owner-vrf@it.lists.it.agilent.com”。 以上来自于谷歌翻译 以下为原文 > is there a formula possibility to add values in the data format "hexadezimal" ? > Or can I change Integer to hexadezimal ? Click on the "-" in the upper left corner of integer widgets or Alphanumeric displays,select properties -> Number, uncheck the global format, and select integer format as hexadecimal. (This won't change the number - after all, they are all stored internally as binary anyway. It just changes the display.) Les Hammer---You are currently subscribed to vrf as: [email=r***@soco.agilent.com]r***@soco.agilent.com[/email]To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". |
|
|
|
只有小组成员才能发言,加入小组>>
1285 浏览 0 评论
2373 浏览 1 评论
2192 浏览 1 评论
2064 浏览 5 评论
2948 浏览 3 评论
1106浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
752浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
924浏览 0评论
1287浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 10:05 , Processed in 2.026931 second(s), Total 48, Slave 42 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号