Csharp零基础:第一天学Csharp要会的基础知识

Console.WriteLine可以写出并换行。 Console.Write只能写出不能换行。 byte,short,int,long均可以表示整数。 byte个数2的8次方。 Short个数2的16次方。 Int个数2的32次方。 Long个数2的64次方。 sbyte,ushort,uint,ulong取值范围与上方不一样,范围包含的个数与上方相同。 浮点数就是小数,有float5-6位,d
相关文章
相关标签/搜索