No announcements
Found 2623399 threads
-
12 Votes
What does 'int?'
id, int?Answered | 6 Replies | 148850 Views | Created by Richard.Haggard - Monday, May 30, 2011 1:14 PM | Last reply by Ahsan Kabir - Wednesday, October 21, 2015 4:27 AM -
1 Votes
what does "float?
For example, the following two statements are identical: int?Answered | 2 Replies | 5405 Views | Created by Frank Han - Thursday, December 10, 2009 12:16 AM | Last reply by Frank Han - Friday, December 11, 2009 11:25 PM -
0 Votes
What is the meaning of the address of a int *p;
If any, where does those address come from?Answered | 4 Replies | 3881 Views | Created by daniel mark - Friday, June 6, 2008 2:37 AM | Last reply by nobugz - Friday, June 6, 2008 2:08 PM -
5 Votes
What does question mark mean in: "public int?
This means that someField can be null, and has a HasValue and value properties,Answered | 3 Replies | 36109 Views | Created by Evaristo9 - Thursday, May 15, 2008 9:57 PM | Last reply by Amir Rabbanian - Thursday, July 30, 2009 12:37 PM -
0 Votes
What does it mean [Table]?
For example Required means that the field is required field, Key means that the field is the Primary Key and Column means that the class property CheckinID is ...Answered | 4 Replies | 1373 Views | Created by ardmore - Monday, November 5, 2012 8:47 PM | Last reply by Deepak Kalra - Tuesday, November 6, 2012 6:48 AM -
0 Votes
what does this operator "!
to the appropriate comparison operator (>= orAnswered | 4 Replies | 5128 Views | Created by simosi - Friday, February 5, 2010 1:12 PM | Last reply by Adam Haines - Friday, February 5, 2010 2:47 PM -
0 Votes
What does "MarkAsDirty" mean
The only way to know what that method does is to look at the code.Answered | 6 Replies | 4106 Views | Created by bthumber - Wednesday, March 14, 2012 7:11 PM | Last reply by Min Zhu - Monday, March 19, 2012 2:05 AM -
7 Votes
What does @ /@@ mean?
declare @myTable as table ( testRow INT identity(1,1) ) Regards, SphinxAnswered | 7 Replies | 11580 Views | Created by meridius10 - Sunday, December 13, 2009 5:46 PM | Last reply by Silvers Rayleigh - Wednesday, December 16, 2009 3:21 AM -
2 Votes
what does it mean ?
"what does this code mean" That code defines a private field named _Label1 of type System.Windows.Forms.Label.Answered | 3 Replies | 739 Views | Created by Thomas Hopes - Saturday, March 12, 2016 8:01 AM | Last reply by Mike Danes - Saturday, March 12, 2016 8:17 PM -
2 Votes
What does Top 5% means ?
Hello, If I understand correctly, it means that of all the people registered on the forums, 5% or less have as many points as you.Answered | 1 Replies | 5926 Views | Created by Avni Bhatt - Monday, November 24, 2014 11:43 AM | Last reply by Just Karl - Monday, November 24, 2014 2:52 PM -
4 Votes
What does (x => x) mean?
In what context are you seeing this?Answered | 8 Replies | 5209 Views | Created by GSS1 - Friday, April 16, 2010 3:13 PM | Last reply by DeborahK - Sunday, April 18, 2010 10:12 PM -
1 Votes
what does "(?
If you have Expresso, type it in and it gives you the meaning in the Regex analyzer.Answered | 5 Replies | 5589 Views | Created by Hamidreza G - Tuesday, October 18, 2011 4:32 PM | Last reply by JohnGrove - Thursday, October 20, 2011 5:06 PM -
1 Votes
What does "Hidden" mean ??
Windows 7 "for protection" does that.Answered | 13 Replies | 3571 Views | Created by dukie4lif - Wednesday, November 3, 2010 7:00 PM | Last reply by dukie4lif - Friday, November 5, 2010 2:29 PM -
9 Votes
What does this mean?
That means that the variable can be any type of animal.Answered | 14 Replies | 3536 Views | Created by Miller_a - Thursday, July 9, 2009 11:49 AM | Last reply by Miller_a - Friday, July 10, 2009 7:34 AM -
0 Votes
what does this sql query mean?
create table #tbl (active_flg int) insert into #tbl values(1) declare @active_flg int set @active_flg = NULL select Active_flg = isnull (@active_flg , ...Answered | 6 Replies | 4166 Views | Created by saedi.mehran - Tuesday, February 28, 2012 4:23 PM | Last reply by --CELKO-- - Wednesday, February 29, 2012 4:16 AM -
1 Votes
what does this code mean?
the Y-calculation returns (rect.bottom - cyChar) Rudolf And what those '*' mean ?Answered | 4 Replies | 681 Views | Created by Thomas Hopes - Tuesday, July 5, 2016 11:18 AM | Last reply by Baron Bi - Wednesday, July 6, 2016 1:36 AM -
1 Votes
What does ]] means in syntex.
Even {} does not mean anything.Answered | 3 Replies | 1122 Views | Created by rajemessage - Friday, April 18, 2014 7:50 AM | Last reply by Erland Sommarskog - Friday, April 18, 2014 9:41 AM -
0 Votes
WHAT DOES THIS ALGORITHM MEAN ?
what does the following code means ?Answered | 1 Replies | 542 Views | Created by Dr. Bean - Wednesday, May 11, 2016 7:24 PM | Last reply by vcangel - Wednesday, May 11, 2016 10:42 PM -
0 Votes
What does this mean?
Consider what happens if you assign to b1 directly instead of using temp1: static void Main(string[] args) { Man b1 = null; try ...Answered | 4 Replies | 2417 Views | Created by Turda Alexander - Sunday, September 15, 2013 12:39 PM | Last reply by - Monday, September 16, 2013 2:10 AM -
7 Votes
What does <T> Mean?
Eg: public class MyClass<T> { public T Data { get; set; } ...Answered | 2 Replies | 5231 Views | Created by LetsGoNative - Saturday, May 9, 2009 3:24 AM | Last reply by Ajith R Nair - Saturday, May 9, 2009 3:32 AM - Items 1 to 20 of 2623399 Next ›
No announcements