Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:51
Abrek Okur5-Nov-12 22:51 
GeneralRe: Mathematical Question Pin
lukeer5-Nov-12 23:47
lukeer5-Nov-12 23:47 
QuestionRe: Mathematical Question Pin
n.podbielski5-Nov-12 22:06
n.podbielski5-Nov-12 22:06 
AnswerRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:13
mvePete O'Hanlon5-Nov-12 22:13 
GeneralRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:15
Abrek Okur5-Nov-12 22:15 
GeneralRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:17
mvePete O'Hanlon5-Nov-12 22:17 
GeneralRe: Mathematical Question Pin
n.podbielski5-Nov-12 22:43
n.podbielski5-Nov-12 22:43 
AnswerRe: Mathematical Question Pin
Ingo6-Nov-12 4:56
Ingo6-Nov-12 4:56 
There are some different solutions and you have to decide.
There are 20001 values (in complete range) or having 20000 values (in reduced range -9999 to 10000)

In first case there should be 101 tags (-10000, -9800, ..., -200, 0, +200, ..., +9800, +10000) (same interval, 200)

In second case you could use 100 tags (-9999 to -9800, -9799 to -9600, ..., -199 to 0, 1 to 200, ... 9801 to 10000) (same blocksize, 200).

Otherwise the tags wouldn't have same size and same interval.
------------------------------
Author of Primary ROleplaying SysTem

How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

QuestionAssigning Variables in C# for ORACLE Pin
KingJames065-Nov-12 19:52
KingJames065-Nov-12 19:52 
AnswerRe: Assigning Variables in C# for ORACLE Pin
Abhinav S5-Nov-12 21:16
Abhinav S5-Nov-12 21:16 
GeneralRe: Assigning Variables in C# for ORACLE Pin
KingJames065-Nov-12 22:13
KingJames065-Nov-12 22:13 
GeneralRe: Assigning Variables in C# for ORACLE Pin
Eddy Vluggen5-Nov-12 23:45
professionalEddy Vluggen5-Nov-12 23:45 
GeneralRe: Assigning Variables in C# for ORACLE Pin
KingJames066-Nov-12 14:38
KingJames066-Nov-12 14:38 
GeneralRe: Assigning Variables in C# for ORACLE Pin
Eddy Vluggen6-Nov-12 22:45
professionalEddy Vluggen6-Nov-12 22:45 
QuestionC#, Win'7, Port Mystery Pin
C-P-User-35-Nov-12 12:49
C-P-User-35-Nov-12 12:49 
AnswerRe: C#, Win'7, Port Mystery Pin
Pete O'Hanlon5-Nov-12 22:18
mvePete O'Hanlon5-Nov-12 22:18 
GeneralRe: C#, Win'7, Port Mystery Pin
C-P-User-36-Nov-12 6:03
C-P-User-36-Nov-12 6:03 
QuestionReading XML Pin
Kevin Marois5-Nov-12 7:34
professionalKevin Marois5-Nov-12 7:34 
AnswerRe: Reading XML Pin
Eddy Vluggen5-Nov-12 8:25
professionalEddy Vluggen5-Nov-12 8:25 
GeneralRe: Reading XML Pin
Kevin Marois5-Nov-12 10:09
professionalKevin Marois5-Nov-12 10:09 
GeneralRe: Reading XML Pin
Eddy Vluggen5-Nov-12 10:20
professionalEddy Vluggen5-Nov-12 10:20 
AnswerRe: Reading XML Pin
Clifford Nelson5-Nov-12 12:23
Clifford Nelson5-Nov-12 12:23 
QuestionGenerics? Pin
David Knechtges5-Nov-12 5:50
David Knechtges5-Nov-12 5:50 
AnswerRe: Generics? Pin
Alan Balkany5-Nov-12 5:53
Alan Balkany5-Nov-12 5:53 
AnswerRe: Generics? Pin
harold aptroot5-Nov-12 5:59
harold aptroot5-Nov-12 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.