Click here to Skip to main content
16,009,728 members
Home / Discussions / C#
   

C#

 
GeneralRe: chdir equivalent in c# Pin
Kannan Kalyanaraman17-Mar-02 6:15
Kannan Kalyanaraman17-Mar-02 6:15 
GeneralDatabinding and xml Pin
Mazdak16-Mar-02 4:01
Mazdak16-Mar-02 4:01 
Questionmath functions in C# ??? Pin
Christian Graus15-Mar-02 21:55
protectorChristian Graus15-Mar-02 21:55 
AnswerRe: math functions in C# ??? Pin
Christian Graus15-Mar-02 22:08
protectorChristian Graus15-Mar-02 22:08 
GeneralRe: math functions in C# ??? Pin
Nish Nishant15-Mar-02 22:10
sitebuilderNish Nishant15-Mar-02 22:10 
GeneralRe: math functions in C# ??? Pin
Christian Graus15-Mar-02 22:21
protectorChristian Graus15-Mar-02 22:21 
GeneralRe: math functions in C# ??? Pin
James T. Johnson16-Mar-02 15:29
James T. Johnson16-Mar-02 15:29 
GeneralRe: math functions in C# ??? Pin
Paul Watson18-Mar-02 6:12
sitebuilderPaul Watson18-Mar-02 6:12 
Christian Graus wrote:
Intellisense is working, Matk is a class. How gay - I have to type Math.Min when I want to min something ? I suppose I could type Math m; m.Min, but it still sucks.

Funny how I lile the fact that I have to type in the class name first and then it's method to use it, while you think it is naff. I guess I like the structure of it, it helps to structure the app in my head better than if all I had to type was Min.

Just FYI, and you probably do know this, you can instead of doing Math m do using m = System.Math;. Has much the same affect, but it is across your whole class, not just a procedure.

And the old way would be to just wrap it in a normal function called Min of course Big Grin | :-D


I must say .NET is the first system that I have really started to understand the underlying structure of. VB I just cruised along and did not really care much whether something was an object, class, blahdingaling or whatsamacallit. But with .NET the whole framework of classes and namespaces really just works for me. I certainly now see the advantage of understanding the underlying strutcute when it comes to developing Big Grin | :-D

*sigh* there go my days of sticky-tape-and-glue APPs Roll eyes | :rolleyes:

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

"The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge

Sonork ID: 100.9903 Stormfront
GeneralRe: math functions in C# ??? Pin
Christian Graus18-Mar-02 8:11
protectorChristian Graus18-Mar-02 8:11 
GeneralRe: math functions in C# ??? Pin
Dale Thompson21-Mar-02 4:37
Dale Thompson21-Mar-02 4:37 
GeneralRe: math functions in C# ??? Pin
Christian Graus21-Mar-02 9:04
protectorChristian Graus21-Mar-02 9:04 
GeneralRe: math functions in C# ??? Pin
David Wengier15-Mar-02 22:55
David Wengier15-Mar-02 22:55 
GeneralRe: math functions in C# ??? Pin
Christian Graus15-Mar-02 23:19
protectorChristian Graus15-Mar-02 23:19 
GeneralRe: math functions in C# ??? Pin
David Wengier15-Mar-02 23:21
David Wengier15-Mar-02 23:21 
GeneralRe: math functions in C# ??? Pin
Anders Molin16-Mar-02 13:33
professionalAnders Molin16-Mar-02 13:33 
GeneralRe: math functions in C# ??? Pin
David Wengier16-Mar-02 13:44
David Wengier16-Mar-02 13:44 
GeneralRe: math functions in C# ??? Pin
Christian Graus16-Mar-02 13:49
protectorChristian Graus16-Mar-02 13:49 
GeneralRe: math functions in C# ??? Pin
James T. Johnson16-Mar-02 15:41
James T. Johnson16-Mar-02 15:41 
GeneralRe: math functions in C# ??? Pin
David Wengier16-Mar-02 19:26
David Wengier16-Mar-02 19:26 
GeneralRe: math functions in C# ??? Pin
James T. Johnson16-Mar-02 19:32
James T. Johnson16-Mar-02 19:32 
GeneralRe: math functions in C# ??? Pin
David Wengier16-Mar-02 19:57
David Wengier16-Mar-02 19:57 
GeneralRe: math functions in C# ??? Pin
Kannan Kalyanaraman16-Mar-02 5:11
Kannan Kalyanaraman16-Mar-02 5:11 
Generalsprintf equivalent in c# Pin
Kannan Kalyanaraman15-Mar-02 18:52
Kannan Kalyanaraman15-Mar-02 18:52 
GeneralRe: sprintf equivalent in c# Pin
Christian Graus15-Mar-02 18:57
protectorChristian Graus15-Mar-02 18:57 
GeneralRe: sprintf equivalent in c# Pin
James T. Johnson15-Mar-02 19:34
James T. Johnson15-Mar-02 19:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.