Tagged Questions

1
vote
1answer
53 views

Format decimal for percentage values?

What I want is something like this: String.Format("Value: {0:%%}.", 0.8526) Where %% is that format provider or whatever I am looking for. Should result: Value: %85.26.. I basically need it for …
0
votes
2answers
71 views

How do i convert 100% into px in HTML

Hi, I am making a slider based component in GWT. Parent : width = 100% .-------------------------------------------------. | .---------------------------------------------. | | | Child : width = …
1
vote
11answers
193 views

SELECT command to calculate percentage

I'm trying to get the percentage of each video I have in my database based on its view count against all other videos. I'm then trying to display all the videos from highest view count to lowest, …
0
votes
3answers
84 views

Negative integers to percentage

I have a lot of files with data to convert to percentages using basic math functions: <param id="1" name="otb" value="0.160"/> <param id="2" name="blm" value="-0.210"/> <param id="3" …
1
vote
3answers
76 views

SQL Server: Count how big a column value is compared to the others

I have table column filled with float values e.g.: id-Values 1- 0.19230769230769232 2- 8.4848484848484854E 3- 0.10823529411764705 4- 0.05459770114942529 ... I would like to know: is …
0
votes
4answers
144 views

What should be the best way to store a percent value in SQL-Server?

Hello! I want to store a value that represents a percent in SQL server, what data type should be the prefered one?
0
votes
1answer
45 views

Getting the Percentage of changes

How can i get the percentage of the changes which happened? Like 1. date 1343360810 objectId 1628 field 10 value 3 1. date 1242360811 objectId 1628 field 10 value 5 1. date …
0
votes
2answers
117 views

Getting a percentage from MySql with a group by condition, and precision

I was about to ask the MySql list this and remembered about SO. Running MySql 5.0.85, I need to be as efficient as possible about a few queries. If I could get a little review, I would appreciate …
1
vote
6answers
395 views

C++ What does the percentage sign mean?

I got this c++ macro and wonder what they mean by code%2 (the percentage sign) ? #define SHUFFLE_STATEMENT_2(code, A, B) switch (code%2) { case 0 : A; B; break; case 1 : B; A; break; }
1
vote
5answers
718 views

Calculating the percentage difference between two values

Before you start laughing at such a simple question let me explain: I am trying to determine how much change (percentage %) there is in an account over various indicators. This is not particularly …
2
votes
3answers
48 views

shortening javascipt number

Hello , I am looking for an efficient way to cut floating number at Javascript which are long. I need this because my output for taking percentage of two numbers can be sometimes like 99.4444444 while …
0
votes
3answers
145 views

Rounding an arrays of values to 100%

Hi all, I have an dictionary of lists of objects as shown below: IDictionary<string, IList> MyItemDictionary I work out the percentages by doing a for each through the dictionary with the …
3
votes
3answers
182 views

How to get the current view size for an image in Delphi 2009

I wish to get the current size for an image being displayed with TImage, this object has the Proportional property set to True and is aligned to Client with main form. So, when resizing the form I …
0
votes
2answers
57 views

MySQL % question

I'm working with survey data. Essentially, I want to count total responses for a question for a location, then use that total to create what percentage of all responses each particular response is. I …
0
votes
3answers
179 views

Get percentage average

I'm unsure how to go about this either because it late, or I'm a MySQL noob (probably both to be honest). I have a table called 'poll_votes' which comprises of: ID, poll_id, answer_id, ip, …

1 2 next
15 30 50 per page