Prev: External functions
Next: Drawing Curved Text
From: Cor Ligthert[MVP] on 28 Mar 2010 05:49 Tom, Explicitly you write in my idea that the Net System values and methods are build around Visual Basic (in what I not doubt) and not around C#. And that from your pen :-) Cor "Tom Shelton" <tom_shelton(a)comcastXXXXXXX.net> wrote in message news:eQiahYkzKHA.4328(a)TK2MSFTNGP04.phx.gbl... > On 2010-03-27, Cor Ligthert[MVP] <Notmyfirstname(a)planet.nl> wrote: >> Michel, >> >> Rounding was in the beginning not build in, you had to create your own >> mathematical functions for that. >> >> I was not aware before Net about Bankers rounding, can be lack of my >> knowledge but that is simply the truth >> > > VB has used bankers rounding by default for as long as I can remember. > > -- > Tom Shelton
From: Göran Andersson on 30 Mar 2010 05:23 Cor Ligthert[MVP] wrote: > Tom, > > Explicitly you write in my idea that the Net System values and methods > are build around Visual Basic (in what I not doubt) and not around C#. > > And that from your pen > > :-) > > Cor > ....and as usual you have a strange idea about what people write. Just because one single concept that exists in the .NET framework also exists in VB, doesn't mean that everything in the framework comes from VB. > > "Tom Shelton" <tom_shelton(a)comcastXXXXXXX.net> wrote in message > news:eQiahYkzKHA.4328(a)TK2MSFTNGP04.phx.gbl... >> On 2010-03-27, Cor Ligthert[MVP] <Notmyfirstname(a)planet.nl> wrote: >>> Michel, >>> >>> Rounding was in the beginning not build in, you had to create your own >>> mathematical functions for that. >>> >>> I was not aware before Net about Bankers rounding, can be lack of my >>> knowledge but that is simply the truth >>> >> >> VB has used bankers rounding by default for as long as I can remember. >> >> -- >> Tom Shelton > -- G�ran Andersson _____ http://www.guffa.com
From: jdrott1 on 31 Mar 2010 16:29
On Mar 30, 4:23 am, Göran Andersson <gu...(a)guffa.com> wrote: > Cor Ligthert[MVP] wrote: > > Tom, > > > Explicitly you write in my idea that the Net System values and methods > > are build around Visual Basic (in what I not doubt) and not around C#. > > > And that from your pen > > > :-) > > > Cor > > ...and as usual you have a strange idea about what people write. > > Just because one single concept that exists in the .NET framework also > exists in VB, doesn't mean that everything in the framework comes from VB.. > > > > > > > > > "Tom Shelton" <tom_shel...(a)comcastXXXXXXX.net> wrote in message > >news:eQiahYkzKHA.4328(a)TK2MSFTNGP04.phx.gbl... > >> On 2010-03-27, Cor Ligthert[MVP] <Notmyfirstn...(a)planet.nl> wrote: > >>> Michel, > > >>> Rounding was in the beginning not build in, you had to create your own > >>> mathematical functions for that. > > >>> I was not aware before Net about Bankers rounding, can be lack of my > >>> knowledge but that is simply the truth > > >> VB has used bankers rounding by default for as long as I can remember. > > >> -- > >> Tom Shelton > > -- > Göran Andersson > _____http://www.guffa.com- Hide quoted text - > > - Show quoted text - if you are taking about a label or textbox for output it would be: lbl.text = format (your calc or variable, "0.00") if you want to round for calculation, who cares... fix it on output! |