Sends for the fellow dear visitors:welcome to dongpad!


 Welcome to DongPad!

 msn


预览模式: 普通 | 列表

Expression Blend 3 Preview

This article is mainly talk about some of the highlights of Blend 3,included the interactivity without code;seeing is believing with sample data;support the design files by Photoshop;collarboration powerd by TFS;intellisense in the XAMl editor etc!
Enjoy by download the preview here,namaste!

查看全部...

Tags: DongPad

分类:C# | 固定链接 |评论: 0| 引用: 0 | 查看次数: 1246 | 返回顶部

float,double,decimal

This Article is Published by Live Writer。

浮点型

Name

CTS Type

DeSCRIPTion

Significant Figures

Range (approximate)

float

System.Single

32-bit single-precision floating point

7

±1.5 × 10−45 to ±3.4 × 1038

double

System.Double

64-bit double-precision floating point

15/16

±5.0 × 10 −324 to ±1.7 × 10308

decimal类型用来表示高精度的浮点数

Name

CTS Type

DeSCRIPTion

Significant Figures

Range (approximate)

decimal

System.Decimal

128-bit high precision decimal notation

28

±1.0 × 10−28 to ±7.9 × 1028

Tags: DongPad

分类:C# | 固定链接 |评论: 0| 引用: 0 | 查看次数: 870 | 返回顶部