Changes

Jump to: navigation, search

C Sharp Variables and Constants

1 byte removed, 19:04, 26 June 2009
C# Floating Point Variables
<th>Type</th><th>Size in Bytes</th><th>Value Range</th><th>Digit Accuracy</th>
<tr>
<td>float<td>8 4 bytes<td>1.5 * 10<sup>-45</sup> to 3.4 * 10<sup>38</sup><td> 6 - 7 digits</td>
<tr>
<td>double<td>16 8 bytes<td>5.0 * 10<sup>-324</sup> to 1.7 * 10<sup>308</sup><td>15 - 16 digits</td>
</table>

Navigation menu