0.25 * floor( number * 4 ); ; // this rounds down 0.25 * floor( 0.5 + number * 4 ); // this rounds to nearest
Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "treatmentinprogress" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 16, 2008 7:41 PM Subject: [amibroker] Rounding a number to the quarter point >I need to round a number to the nearest quarter point. > > Examples > 100.02 to 100.00 (or 100.25) > 100.79 to 100.75 (or 101.00) > 100.24 to 100.25 (or 100.00 > > Rounding up or down doesn't matter much for my application, just needs > to be to the nearest quarter point. I'm looking for the smallest > amount of code to do this. > > Thanks > > Another Brian > > > > > ------------------------------------ > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > Yahoo! Groups Links > > >
