CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2002
    Location
    Torture chamber
    Posts
    132

    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)

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    Math library is for you,

    check Math.abs... etc functions
    its a class and given with static methods

    Paresh

  3. #3
    Join Date
    Oct 2002
    Location
    Torture chamber
    Posts
    132
    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)

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    don't forget to enjoy


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured