|
-
February 12th, 2003, 01:27 PM
#1
Where are the standard functions in C#
Does anyone knows where to look for the standard functions (ie. abs() rand() randFloat() etc...) in C#?
How do we include the using directives in this case?
Thank you for your kind help.
end------------------------------
Programmers aren't born, but are made from hardwork, effort and time.
To be a good one, requires more effort and hardwork.
Therefore N quality programmer = (N*hardwork)+(N*effort)+(N*time)
-
February 12th, 2003, 01:28 PM
#2
Math library is for you,
check Math.abs... etc functions
its a class and given with static methods
Paresh
-
February 12th, 2003, 01:36 PM
#3
thank you pareshgh for your kind help.
A special thank you banner for ye.
THANK YOU PARESHGH + THANK YOU PARESHGH + THANK YOU PARESHGH + THANK YOU PARESHGH
end------------------------------
Programmers aren't born, but are made from hardwork, effort and time.
To be a good one, requires more effort and hardwork.
Therefore N quality programmer = (N*hardwork)+(N*effort)+(N*time)
-
February 12th, 2003, 05:25 PM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|