2014年10月19日

类(数字、日期时间的用法及练习)

摘要: 一、数字Math.Ceiling() 表示进位,取上限。例:2.3的进位是3Math.Floor() 表示舍位,取下限。例:2.3的舍位是2Math.Round() 表示四舍五入Math.Sqrt() 根号下,表示开方Math.PI 圆周率二、日期时间DateTime dt=new DateTime... 阅读全文

posted @ 2014-10-19 19:44 琪琪哥 阅读(565) 评论(0) 推荐(0)

导航