[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] Rectangle.Union
From: |
Marcus |
Subject: |
Re: [Pnet-developers] Rectangle.Union |
Date: |
Thu, 25 Aug 2005 15:44:01 -0500 |
User-agent: |
KMail/1.8.91 |
In this case, "uninitialized" probably refers to the default state of the
struct, where all value type fields are set to their default values and all
reference type fields are set to null.
On Thursday 25 August 2005 3:31 am, Miroslaw Dobrzanski-Neumann wrote:
> Rectangle.Empty Field
> Represents a Rectangle structure with its properties left uninitialized.
>
> BTW. What does it mean uninitialized? On .NET everything is initialized.
> When one however says uninitialized it should read as invalid or undefined.
>
> So, you mustn't make computation with undefined. It's obvious a bug. So
> another question. Should PNET and other implementations replicate a Bug?
>
> Regards