Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# language feature
Message
From
04/09/2007 03:26:32
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
C# language feature
Miscellaneous
Thread ID:
01252085
Message ID:
01252085
Views:
76
I came across some code that I havent seen before. Pardon my ignorance, but what does the "?" do in this:
public static double? GetValue( FieldObj field )
	{
		return field.GetDouble() as double?);
	}
Thanks
Danijel
Next
Reply
Map
View

Click here to load this message in the networking platform