本文实例为大家分享了c#实现温度转换功能的具体代码,供大家参考,具体内容如下
using system;using system.collections.generic;using system.componentmodel;using system.data;usi赞美老师的词语ng system.drawing;using system.linq;using system.text;using system.threading.tasks;using system.windows.forms;namespace windowsformsapplication4{ public partial class form1 : form { public form1() { initializecomponent(); } private void button1_click(object nder, eventargs e) { float x; double y; try { //single.短文学网par(textbox1.text);将字符串类型数值转换成等效单精度浮点数值 x = single.par(textbox1.text); y = getvalue(x); label2.text = "" + y; } catch (myexception ee) { label2.text = ee.message; } catch (fo北京化工大学分数线rmatexception ee) { label2.text = ee.message; } } private double getvalue(float x) { double y; if (x < -273.15f) throw new myexcepti10月31日是什么日子on(); y = x * 1.8f + 32; return y; } class myexcept好听抖音名ion : applicationexception { public myexception() : ba("温度超出范围") { } } private void textbox1_textchanged(object nder, eventargs e) { } }}
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持www.887551.com。
本文发布于:2023-04-04 16:19:10,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/3dd8257b9833b5ac7939a001b6170e56.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:C#实现温度转换功能.doc
本文 PDF 下载地址:C#实现温度转换功能.pdf
留言与评论(共有 0 条评论) |