2015-10-21 C#1

                                                      C#(一)

一.C#的数值类型

    byte----字节型

    short---短整型

    int------整型

    long----长整型

    char----字符型

    float----单精度型

    double--双精度型

    bool----布尔型

 

 

 

 

 

posted @ 2015-10-24 21:21  以深  阅读(112)  评论(0编辑  收藏  举报
TOP