本文介绍了需要VB.NET代码功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要Vb.net功能表格代码:



问题:Z =(XY)* 4秒



X& Y值是

& O / p Z值必须是时间形式



我尝试过:



在vb.net中需要函数以形成编码格式

Need Vb.net function form code :

Problem : Z= (X-Y)*4 Sec

X & Y value is the degree
& O/p Z value must be in Time form

What I have tried:

Need function in vb.net to form coding format

推荐答案



Quote:

问题:Z =(XY)* 4秒

X& Y值是

& O / p Z值必须是时间形式

Problem : Z= (X-Y)*4 Sec
X & Y value is the degree
& O/p Z value must be in Time form



你没有选择,因为运算符是十进制的,你必须转换X& Y到十进制,做数学,然后将Z转换为度。


You have no choice, since operators are decimal, you have to convert X & Y to decimal, do math, and then convert Z to degrees.

引用:

将36.160秒转换为00.38。 40

convert 36.160 sec as 00.38.40



你怎么知道36.160不是36.16或36.1600?


How do you know that 36.160 is not 36.16 or 36.1600 ?


这篇关于需要VB.NET代码功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 13:05