Click here to Skip to main content
15,925,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: list Box Pin
mav.northwind14-Sep-06 8:59
mav.northwind14-Sep-06 8:59 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI14-Sep-06 6:03
TAREQ F ABUZUHRI14-Sep-06 6:03 
GeneralRe: list Box Pin
Nader Elshehabi14-Sep-06 9:14
Nader Elshehabi14-Sep-06 9:14 
QuestionPrinting Tiff's Pin
HahnTech13-Sep-06 13:53
HahnTech13-Sep-06 13:53 
AnswerRe: Printing Tiff's Pin
Nader Elshehabi13-Sep-06 14:32
Nader Elshehabi13-Sep-06 14:32 
QuestionModify a Printed File and Resend it to a Printer Pin
Dowfen13-Sep-06 13:52
Dowfen13-Sep-06 13:52 
Questionsetup file Pin
TAREQ F ABUZUHRI13-Sep-06 13:04
TAREQ F ABUZUHRI13-Sep-06 13:04 
AnswerRe: setup file Pin
Christian Graus13-Sep-06 13:10
protectorChristian Graus13-Sep-06 13:10 
AnswerRe: setup file Pin
Nader Elshehabi13-Sep-06 13:35
Nader Elshehabi13-Sep-06 13:35 
QuestionSo Many ADO Data Providers Which Should I Use? Pin
redfish3413-Sep-06 12:39
redfish3413-Sep-06 12:39 
AnswerRe: So Many ADO Data Providers Which Should I Use? Pin
Nader Elshehabi13-Sep-06 12:49
Nader Elshehabi13-Sep-06 12:49 
GeneralRe: So Many ADO Data Providers Which Should I Use? Pin
redfish3413-Sep-06 17:50
redfish3413-Sep-06 17:50 
QuestionSetup doesnt generate reg keys Pin
Gutec13-Sep-06 10:48
Gutec13-Sep-06 10:48 
QuestionPrint page with out a footer. Pin
spark12800013-Sep-06 10:10
spark12800013-Sep-06 10:10 
QuestionGet domain name from email address Pin
MyRunner2313-Sep-06 9:34
MyRunner2313-Sep-06 9:34 
AnswerRe: Get domain name from email address Pin
User 665813-Sep-06 9:45
User 665813-Sep-06 9:45 
GeneralRe: Get domain name from email address Pin
MyRunner2313-Sep-06 10:00
MyRunner2313-Sep-06 10:00 
AnswerRe: Get domain name from email address Pin
spark12800013-Sep-06 10:21
spark12800013-Sep-06 10:21 
Questiona problem with threads. Pin
Green Fuze13-Sep-06 9:10
Green Fuze13-Sep-06 9:10 
AnswerRe: a problem with threads. Pin
Stefan Troschuetz13-Sep-06 9:20
Stefan Troschuetz13-Sep-06 9:20 
GeneralRe: a problem with threads. Pin
Green Fuze13-Sep-06 9:25
Green Fuze13-Sep-06 9:25 
JokeRe: a problem with threads. Pin
Guffa13-Sep-06 11:30
Guffa13-Sep-06 11:30 
QuestionQuick generics q Pin
thepersonof13-Sep-06 8:26
thepersonof13-Sep-06 8:26 
AnswerRe: Quick generics q Pin
Rob Graham13-Sep-06 8:50
Rob Graham13-Sep-06 8:50 
GeneralRe: Quick generics q Pin
thepersonof13-Sep-06 9:47
thepersonof13-Sep-06 9:47 
It's rather simple:

#1:

this.X = (T)xValue;

where this.X and xValue is float and T is double or float.

#2:

Math.Sqrt( X*X+Y*Y);

where X,Y are of type T which is either double or float (and impleements iconvertable).



thank you!


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.