【牛奶】評論
C# 型別/關鍵字大概範圍準確率大小.NET 類型float±1.5 x 10−45 到 ±3.4 x 1038~6-9 位數4 個位元組System.Singledouble±5.0 × 10−324 至 ±1.7 × 10308~15-17 位數8 個位元組System.Doubledecimal±1.0 x 10-28 到 ±7.9228 x 102828-29 位數16 個位元組System.Decimal位元組=>位元一位元組=8位元float: 4*8=32位元double:8*8=64位元decimal:16*8=128位元