Tagged Questions

0
votes
0answers
13 views

How do I use Round with DataView RowFilter?

I'm using DataView.RowFilter to filter the DataView and I'd like to compare rounded double values rather than the full double values. E.g., the values in the Value column are doubl …
0
votes
4answers
86 views

Explicitly rounding numbers to more than 7 decimal places in C++

Here is my code: double round( char* strNumber, int decPlace); int main() { int decimal; char initialNumber[256]; cout << "Enter decimal and number " < …
0
votes
4answers
256 views

How do I round a number in JSTL?

Hi, I'm doing a division in a JSP and I'd like to round the result - how should I do this? i.e. <c:set var="expiry" value="${(expire.time - now.time) / (60 * 1000)}"/&gt …
0
votes
2answers
48 views

How to ceil, floor and round bcmath numbers?

I need to mimic the exact functionality of the ceil(), floor() and round() functions on bcmath numbers, I've already found a very similar question but unfortunately the answer prov …
-1
votes
7answers
122 views

Round to nearest 10

How can i round to nearest 10 in php? Say i have 23, what code would i use to get it to 30?
1
vote
7answers
77 views

[Solved]Rounding Mechanism to nearest 0.05

Hello Everybody, I would like to solve rounding mechanism by using php4,5.2 and below (not 5.3) Currently I am doing 0.05 rounding, something like this page: http://www.bnm.gov.m …
3
votes
1answer
86 views

Rounding to the Nearest Ending Digits

I have the following function that rounds a number to the nearest number ending with the digits of $nearest, and I was wondering if there is a more elegant way of doing the same. …
0
votes
2answers
69 views

round to nearest .25 javascript

Hay, i need a hand. I want to convert all numbers to the nearest .25 So... 5 becomes 5.00 2.25 becomes 2.25 4 becomes 4.00 3.5 becomes 3.50 Thanks
4
votes
5answers
220 views

Round Down Number

How can I round down a number in Javascript? math.round() doesn't work because it rounds it to the nearest decimal. I'm not sure if there is a better way of doing it other than …
0
votes
1answer
99 views

Why does Spreadsheet::XLSX::Utility2007’s xls2csv round off to two decimal places?

I am writing a Perl/Tk script which displays Excel worksheets using the ss2tk example script from the Spreadsheet::Read module. It does not round off two decimal places but the fun …
0
votes
2answers
95 views

Round Date to nearest 15 minute interval in Flex

I am building a control to allow me to set a meeting time, and I would like it to use as a default, the current time rounded up to the nearest 15 minute interval. So if it is curre …
1
vote
4answers
304 views

How to round up any value in SQL?

Hi, I haven't found this for SQL yet, please, help me with rounding up the value this way: 45.01 rounds up to 46. Also 45.49 rounds to 46. And 45.99 rounds up to 46, too. I want …
1
vote
4answers
169 views

Round a ruby integer up to the nearest 0.05

I'm getting numbers like 2.36363636363636 4.567563 1.234566465448465 10.5857447736 How would i get ruby to round these numbers up (or down) to the nearest 0.05? Thanks
2
votes
4answers
538 views

make a button round

hi, im trying to make a JButton round at the (x,y) corrds of (150,210). i want the button to be an oval of the size (40,40). and the buttons background color red. it doesnt need te …
0
votes
3answers
292 views

(python) Converting a float to a string without rounding it

Hello, I'm making a program that, for reasons not needed to be explained, requires a float to be converted into a string to be counted with len(). However, str(float(x)) results in …

1 2 3 next
15 30 50 per page