Csharp+Asp.net系列教程(四)[5]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 mikecat888 的 blog

                    class mikecat
                    {
                        public static void main()
                        {
                            int r=3;
                            console.writeline("圆的面积等于{0}",r*r*math.pi);
                            console.writeline("类型是{0}",(r*r*math.pi).gettype());
                        }
                    }//圆的面积等于28.2743338823081
                    //类型是system.double
        16.sizeof操作符
                sizeof操作符获得一个值类型的字节大小
                        using system;
                        class mikecat

本文关键:asp.net csharp
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top