No announcements
Found 639473 threads
-
0 Votes
Define int parameter
Hi folks, just a wee quick question how do you define an int parameter i.e.Answered | 2 Replies | 418 Views | Created by brucey54 - Friday, October 10, 2014 9:26 AM | Last reply by brucey54 - Friday, October 10, 2014 10:32 AM -
0 Votes
How should I specify the parameter combination for type Set<int> or int[]
Xiaoxing, actually, you can specify the combination for set like: action abstract static void Implementation.Foo(Set<int> ...Answered | 4 Replies | 8924 Views | Created by Xiaoxing Zhu - Wednesday, January 13, 2010 7:18 AM | Last reply by Xiang Li - Thursday, April 21, 2011 3:58 PM -
0 Votes
Passing a multi-value parameter with int data type
To solve this issue, check this http://blog.summitcloud.com/2010/01/multivalue-parameters-with-stored-procedures-in-ssrs-sql/ on how to use Multi-Value Parameters ...Answered | 2 Replies | 9408 Views | Created by cmortazavi - Sunday, July 8, 2012 6:43 PM | Last reply by Charlie Liao - Tuesday, July 10, 2012 1:58 AM -
1 Votes
Default value null for parameter of type Nullable<int>
Here's what I found out: null seems to be the default value of the parameter even if it is not specified.Answered | 3 Replies | 7531 Views | Created by Laurin - Wednesday, August 31, 2011 4:16 PM | Last reply by Laurin - Thursday, September 1, 2011 3:58 PM -
0 Votes
is this possible int MyFunc(int,int=1,int=2);
int = 5, // <== here i'm getting an error: ") expected but found =" unsigned, /* use (1 << N) or (3 << N). 4 KB < ...Answered | 2 Replies | 2958 Views | Created by zapzipzap - Monday, May 10, 2010 11:36 PM | Last reply by zapzipzap - Tuesday, May 11, 2010 5:52 AM -
3 Votes
Filtering SSRS dataset on parameter INT
Then the Week field and parameter WeekNumber can be compared.Answered | 9 Replies | 9794 Views | Created by _c - Thursday, February 13, 2014 3:34 PM | Last reply by _c - Friday, February 14, 2014 9:23 AM -
0 Votes
Passing int[][] as int**
You could of course use: int* iTest2 = new int(9); Test2(iTest2); delete iTest2; void Test2(int* ...Answered | 4 Replies | 3676 Views | Created by DejasPer - Friday, September 4, 2009 5:10 PM | Last reply by davewilk - Friday, September 4, 2009 7:16 PM -
1 Votes
What is the bool parameter in EventWaitHandle.WaitOne(int, bool)?
Why couldn't they just write that in the parameter definition... ;)Answered | 2 Replies | 4300 Views | Created by _xr280xr_ - Wednesday, January 27, 2010 10:01 PM | Last reply by _xr280xr_ - Thursday, January 28, 2010 4:29 PM -
3 Votes
passing multiple values to an INT parameter in SQL?
--1.Create table CREATE TABLE Cities (Id INT,StartDate DATETIME,City CHAR(2)) INSERT INTO Cities VALUES ...Answered | 3 Replies | 13612 Views | Created by Kobish - Wednesday, May 22, 2013 2:51 PM | Last reply by Modesty85 - Wednesday, May 22, 2013 6:53 PM -
4 Votes
Converting int[] to int?
int[] x = { 1, 2, 3 }; int?Answered | 5 Replies | 1391 Views | Created by Cheese Bread - Thursday, October 3, 2013 2:56 PM | Last reply by Adavesh - Thursday, October 3, 2013 4:37 PM -
0 Votes
how to set values for sequence<int> type in parameter data domain
Need to test an API which takes list<class> as input parameter.Answered | 1 Replies | 7490 Views | Created by Lu Ping - Friday, March 11, 2011 2:46 AM | Last reply by Xiang Li - Monday, March 14, 2011 5:32 AM -
0 Votes
System.FormatException for parameters supplied as int array
1using System; 2 3class ParamsTest 4{ 5 static void Main() 6 { 7 ...Answered | 1 Replies | 4251 Views | Created by dotnetist - Thursday, February 26, 2009 4:55 AM | Last reply by Sajan Emmanuel - Thursday, February 26, 2009 5:06 AM -
1 Votes
PInvokeStackImbalance was detected while passing int type parameter
The C code looks like this: #include <stdio.h> extern ...Answered | 3 Replies | 2999 Views | Created by AnshumanSingh - Tuesday, April 19, 2011 8:28 AM | Last reply by AnshumanSingh - Thursday, May 19, 2011 12:26 PM -
0 Votes
public RandomExtension(int to) :this(0, to)
By logic you should use as below: readonly int _from, _to; public RandomExtension(int from, int to):this(to) //Code ...Answered | 3 Replies | 578 Views | Created by Anonymous 123 - Friday, October 10, 2014 2:55 PM | Last reply by Doanh, Qh - Saturday, October 11, 2014 3:01 AM -
4 Votes
The type 'int list' is not compatible with the type 'List<int>'
'T list static member List.Empty : 'T list member this.Head : 'T member this.IsEmpty : ...Answered | 4 Replies | 3236 Views | Created by zydjohn - Sunday, May 5, 2013 8:44 PM | Last reply by zydjohn - Monday, May 6, 2013 8:29 PM -
0 Votes
Convert the parameter string to int and passing it to the table using store procedure
Parameter 5 and parameter 10 are CSV strings.Answered | 8 Replies | 1693 Views | Created by Debadarshan Jena - Monday, May 19, 2014 11:08 AM | Last reply by Josh Ashwood - Thursday, May 22, 2014 4:08 AM -
2 Votes
Help : int problem
of course not!).Answered | 9 Replies | 3149 Views | Created by tiau - Saturday, August 15, 2009 4:49 PM | Last reply by nobugz - Saturday, August 15, 2009 8:06 PM -
0 Votes
int ?
It's just not worth the cost for something as Primitive* as Int.Answered | 4 Replies | 975 Views | Created by Arash_89 - Friday, July 26, 2013 1:03 PM | Last reply by Christopher84 - Friday, July 26, 2013 3:28 PM -
0 Votes
wstring to int or int to wstring
I have a wstring array and I want to compare it to an int.Answered | 2 Replies | 32374 Views | Created by Vader699 - Monday, March 16, 2009 1:33 AM | Last reply by «_Superman_» - Monday, March 16, 2009 5:20 AM -
0 Votes
int?
>What is "int?Answered | 2 Replies | 3115 Views | Created by Peter-HK - Wednesday, October 6, 2010 3:30 AM | Last reply by Peter-HK - Thursday, October 7, 2010 4:16 AM - Items 1 to 20 of 639473 Next ›
No announcements