Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2064 Points
324 Posts
Apr 13, 2012 07:18 AM|LINK
Hi,
You can try to get min,max as given
int minVal = randomNumber.Cast<int>().Min(); int maxVal = randomNumber.Cast<int>().Max();
ramanselva
Contributor
2064 Points
324 Posts
Re: How can i get small and big value
Apr 13, 2012 07:18 AM|LINK
Hi,
You can try to get min,max as given
This can be beneficial to other community members reading the thread.
Regards,
Rama Selvam M.