Click here to Skip to main content
15,891,946 members
Home / Discussions / C#
   

C#

 
GeneralRe: Visual Studio 2005 Deployment Pin
Judah Gabriel Himango15-Aug-06 12:00
sponsorJudah Gabriel Himango15-Aug-06 12:00 
QuestionRe: Visual Studio 2005 Deployment Pin
Nader Elshehabi15-Aug-06 11:40
Nader Elshehabi15-Aug-06 11:40 
AnswerRe: Visual Studio 2005 Deployment Pin
Judah Gabriel Himango15-Aug-06 11:59
sponsorJudah Gabriel Himango15-Aug-06 11:59 
QuestionDouble value from negative to positive Pin
Saamir15-Aug-06 8:05
Saamir15-Aug-06 8:05 
AnswerRe: Double value from negative to positive Pin
leppie15-Aug-06 8:21
leppie15-Aug-06 8:21 
AnswerRe: Double value from negative to positive Pin
Dan Neely15-Aug-06 8:38
Dan Neely15-Aug-06 8:38 
AnswerRe: Double value from negative to positive Pin
Josh Smith15-Aug-06 8:42
Josh Smith15-Aug-06 8:42 
AnswerRe: Double value from negative to positive Pin
Guffa15-Aug-06 8:46
Guffa15-Aug-06 8:46 
Use the negation operator (-):

double x = -3.14;<br />
x = -x;



---
b { font-weight: normal; }

GeneralRe: Double value from negative to positive Pin
Saamir15-Aug-06 8:50
Saamir15-Aug-06 8:50 
GeneralRe: Double value from negative to positive Pin
Guffa15-Aug-06 9:19
Guffa15-Aug-06 9:19 
GeneralRe: Double value from negative to positive Pin
Josh Smith16-Aug-06 4:35
Josh Smith16-Aug-06 4:35 
JokeRe: Double value from negative to positive Pin
Judah Gabriel Himango15-Aug-06 9:05
sponsorJudah Gabriel Himango15-Aug-06 9:05 
GeneralRe: Double value from negative to positive Pin
Dave Kreskowiak15-Aug-06 9:10
mveDave Kreskowiak15-Aug-06 9:10 
GeneralRe: Double value from negative to positive Pin
Judah Gabriel Himango15-Aug-06 9:15
sponsorJudah Gabriel Himango15-Aug-06 9:15 
GeneralRe: Double value from negative to positive Pin
Dave Kreskowiak15-Aug-06 9:58
mveDave Kreskowiak15-Aug-06 9:58 
GeneralRe: Double value from negative to positive Pin
Josh Smith16-Aug-06 4:33
Josh Smith16-Aug-06 4:33 
GeneralRe: Double value from negative to positive Pin
Dave Kreskowiak16-Aug-06 12:06
mveDave Kreskowiak16-Aug-06 12:06 
GeneralRe: Double value from negative to positive Pin
Guffa15-Aug-06 10:14
Guffa15-Aug-06 10:14 
GeneralRe: Double value from negative to positive Pin
Paul Conrad15-Aug-06 11:58
professionalPaul Conrad15-Aug-06 11:58 
Questionstudent table drag drop Pin
TAREQ F ABUZUHRI15-Aug-06 6:16
TAREQ F ABUZUHRI15-Aug-06 6:16 
AnswerRe: student table drag drop Pin
Judah Gabriel Himango15-Aug-06 7:19
sponsorJudah Gabriel Himango15-Aug-06 7:19 
AnswerDepends on where you are Pin
Ennis Ray Lynch, Jr.15-Aug-06 11:25
Ennis Ray Lynch, Jr.15-Aug-06 11:25 
QuestionTreeView Quastion Pin
ytubis15-Aug-06 6:06
ytubis15-Aug-06 6:06 
AnswerRe: TreeView Quastion Pin
Judah Gabriel Himango15-Aug-06 7:21
sponsorJudah Gabriel Himango15-Aug-06 7:21 
AnswerRe: TreeView Quastion Pin
Josh Smith15-Aug-06 8:39
Josh Smith15-Aug-06 8:39 

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.