Click to See Complete Forum and Search --> : Where are the standard functions in C#
savagerx
February 12th, 2003, 12:27 PM
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.
pareshgh
February 12th, 2003, 12:28 PM
Math library is for you,
check Math.abs... etc functions
its a class and given with static methods
Paresh
savagerx
February 12th, 2003, 12:36 PM
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
pareshgh
February 12th, 2003, 04:25 PM
don't forget to enjoy
:D ;) :)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.