类型文本 (强类型数值标示符)

int i = 1;

uint u = 1u;

ulong ul = 1ul;

decimal = 1m;

double = 1d;

float = 1f;

posted on 2012-04-26 17:52  Terry@  阅读(151)  评论(0编辑  收藏  举报

导航