what does this statement double? pPlanMinimum; mean?

  • Thread starter Thread starter c676228
  • Start date Start date
C

c676228

Hi all,

I am looking the code developed by our vendor and I came across a lot of
statement
with a question mark attached to a datatype.

What is that? I am just a beginner for C#.

Thanks,
 
Thank you both, Peter M. and Peter D. That helps.

I tried to search in Google, but it didn't get me anywhere.

I was so bothered by so many question marks in the code without knowing what
it means.

:=))
 
Hi Betty,

In case you want to get more about the Nullable type introduced from .NET
2.0, here are some other reference you can have a look:

#Nullable Types (C# Programming Guide)
http://msdn.microsoft.com/en-us/library/1t3y8s4s(VS.80).aspx

#Introduction to .Net Framework 2.0 Nullable Types
http://www.c-sharpcorner.com/UploadFile/mosessaur/nullabletypes0822200616413
5PM/nullabletypes.aspx

http://blogs.msdn.com/ericgu/archive/2004/05/27/143221.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).


--------------------
From: =?Utf-8?B?YzY3NjIyOA==?= <[email protected]>
References: <[email protected]>
Subject: Re: what does this statement double? pPlanMinimum; mean?
Date: Fri, 12 Dec 2008 13:46:06 -0800
Thank you both, Peter M. and Peter D. That helps.

I tried to search in Google, but it didn't get me anywhere.

I was so bothered by so many question marks in the code without knowing what
it means.

:=))
--
Betty


 
Back
Top