Advertisement

1 - 10 of 915 containing alltags:("rounded") (0.001 seconds)
hi, there I have a question on how to round data: say I have a double number like 3.14159 I want to round it with one digit after the decimal point. what method should I use? thank you very much a...
Zones: Visual BasicDate Answered: 05/12/1998 Grade: A Views: 0
Does any one know how to round decimals. I know how to set the display property to display the number desired.  But what functtion do you use to actually change the vaule of the number to the r...
Zones: MS AccessDate Answered: 10/23/1999 Grade: A Views: 0
How do I round a number from a calculation.  For example: 1.25 * .03 = .0375 Round to .04 I need to use the product of this calculation in another.  Any ideas?
Zones: MS AccessDate Answered: 02/08/2000 Grade: A Views: 0
I'm not much of a graphics person and I want to round an edge of an image on a web page with either of the programs mentioned above, whichever produces the best result.  I want to create a rounding...
Zones: Web Graphics SoftwareDate Answered: 03/11/2000 Grade: A Views: 0
Is there any available component to implement rounded rectangular panel?
Zones: Delphi ProgrammingDate Answered: 04/27/2000 Grade: B Views: 0
I have written a program that has a sequel that formats and transferes records from one table to another.  INSERT INTO sql.  The problem comes when transfering the numbers.  12.39 becomes 12.389990...
Zones: MS AccessDate Answered: 09/14/2000 Grade: B Views: 0
I need a function or code routine etc. that will allow me to format a number in a cell to the nearest 0.05 at 2 decimal places ie: 1.00 = 1.00 1.010101 = 1.00 1.23 = 1.25 1.7268 = 1.70 1.73...
Zones: Ms Office SuiteDate Answered: 01/31/2001 Grade: A Views: 0
Hi, Can anyone tell me how to round a number in C++. I cannot use the ceil and floor functions because they either always round up or down and what I need is a mathematically correct round as in: 5...
Zones: C++Date Answered: 02/20/2001 Grade: A Views: 30
When adding the following numbers,£34.51 + £45.90 the total = £80.41. If you request rounding up/down you would get £35 + £46 which is correct. My problem is that the total takes into account the...
Zones: Ms Office SuiteDate Answered: 04/04/2001 Grade: B Views: 0
OK, maybe this is the dumbest question of all time, but why does CInt (and VB implicitly) round to the nearest even number? Yes, I know there are other functions and yes, I know I can do all sor...
Zones: Visual BasicDate Answered: 05/08/2001 Grade: A Views: 0