TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
diamond diamond
NA
133
55.4k
how to return more than one value in function
Aug 31 2013 4:30 PM
Hi
I have a function , which I want return 2 variable with various datatype.
private List<double> , double[,] Do(double paramTime, double MinTime)
{
list<int> HC= new list <string>(50) ;
double[,] totalVal= new double[hosts.Count,1];
return HC , totalVal ;
}
Reply
Answers (
2
)
Graphics Problem vb2010 express
How to use datetimePicker in C#