Talk:Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
Useerup (talk | contribs)
Contradiction: new section
Line 112:
See http://msdn.microsoft.com/en-us/library/aa664638(v=VS.71).aspx
[[User:Useerup|Useerup]] ([[User talk:Useerup|talk]]) 17:28, 1 March 2012 (UTC)
 
== Contradiction ==
 
In [[{{PAGENAME}}#Features|section 1.1 Features]], it says that Java has a Decimal128 data type:
 
{| class="wikitable" style="width:80%;"
|-
! style="width:40%;"|[[#Data types|Data types]]!! style="width:30%;"|Java !! style="width:30%;"|C#
|-
|IEEE 754 [[binary32]] floating point number||{{yes}}||{{yes}}
|-
|IEEE 754 [[binary64]] floating point number||{{yes}}||{{yes}}
|-
|'''High precision floating point number'''||'''{{no}}'''||'''{{yes|128-bit (28 digits) Decimal type}}'''
|}
 
The simple answer, as stated in [[{{PAGENAME}}#Simple/primitive types|section 1.3.2 Primitive types]] is NO. Don't worry, I already fixed it. [[Special:Contributions/68.173.113.106|68.173.113.106]] ([[User talk:68.173.113.106|talk]]) 03:29, 2 March 2012 (UTC)