Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
GeneralRe: reference c++ dll from c# Pin
donovan.solms10-May-07 14:06
donovan.solms10-May-07 14:06 
GeneralRe: reference c++ dll from c# Pin
Luc Pattyn10-May-07 15:06
sitebuilderLuc Pattyn10-May-07 15:06 
GeneralRe: reference c++ dll from c# Pin
donovan.solms11-May-07 10:26
donovan.solms11-May-07 10:26 
GeneralRe: reference c++ dll from c# Pin
Luc Pattyn11-May-07 11:01
sitebuilderLuc Pattyn11-May-07 11:01 
GeneralRe: reference c++ dll from c# Pin
donovan.solms11-May-07 11:11
donovan.solms11-May-07 11:11 
QuestionAn algorithm Pin
mehrdadc4810-May-07 10:02
mehrdadc4810-May-07 10:02 
AnswerRe: An algorithm Pin
Giorgi Dalakishvili10-May-07 10:17
mentorGiorgi Dalakishvili10-May-07 10:17 
AnswerRe: An algorithm Pin
LongRange.Shooter10-May-07 10:27
LongRange.Shooter10-May-07 10:27 
I'm not familiar with 3Evaluation or 3Passive. However if you can solve it in math it should not be too hard to solve it in C#. Your algorithms that use complex functions would use methods in the Math library within the framework. For example if part of the code required getting a cosine of the delta between x prime and x n, then you would write..
xPrime = someValue;
xN = newValue;
skewedResult = Math.COS(xPrime, xN);

The only thing you'd have a pain with is if you have to take a differential of an equation.
QuestionWindows Form Table Pin
Anka_Ame10-May-07 8:44
Anka_Ame10-May-07 8:44 
AnswerRe: Windows Form Table Pin
SimulationofSai10-May-07 8:54
SimulationofSai10-May-07 8:54 
AnswerRe: Windows Form Table Pin
Drew McGhie10-May-07 9:53
Drew McGhie10-May-07 9:53 
QuestionReturn a string to a literal Pin
snorkie10-May-07 8:38
professionalsnorkie10-May-07 8:38 
AnswerRe: Return a string to a literal Pin
SimulationofSai10-May-07 8:53
SimulationofSai10-May-07 8:53 
QuestionRe: Return a string to a literal Pin
snorkie10-May-07 10:21
professionalsnorkie10-May-07 10:21 
AnswerRe: Return a string to a literal Pin
Guffa10-May-07 11:57
Guffa10-May-07 11:57 
QuestionClickOnce deploy Pin
alex.almeida10-May-07 8:05
alex.almeida10-May-07 8:05 
AnswerRe: ClickOnce deploy Pin
SimulationofSai10-May-07 9:07
SimulationofSai10-May-07 9:07 
GeneralRe: ClickOnce deploy Pin
Dave Kreskowiak10-May-07 10:35
mveDave Kreskowiak10-May-07 10:35 
GeneralRe: ClickOnce deploy Pin
alex.almeida18-May-07 2:39
alex.almeida18-May-07 2:39 
AnswerRe: ClickOnce deploy Pin
LongRange.Shooter10-May-07 10:32
LongRange.Shooter10-May-07 10:32 
QuestionFresh prospective Pin
Justin Perez10-May-07 6:28
Justin Perez10-May-07 6:28 
AnswerRe: Fresh prospective Pin
Bijesh10-May-07 6:36
Bijesh10-May-07 6:36 
AnswerRe: Fresh prospective Pin
snorkie10-May-07 10:25
professionalsnorkie10-May-07 10:25 
QuestionHypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 5:19
mike montagne10-May-07 5:19 
AnswerRe: Hypothetical Web data distribution performance issue. Pin
Tarakeshwar Reddy10-May-07 5:43
professionalTarakeshwar Reddy10-May-07 5:43 

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.