Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: vb to c# Pin
Judah Gabriel Himango24-Feb-06 7:03
sponsorJudah Gabriel Himango24-Feb-06 7:03 
GeneralRe: vb to c# Pin
superPaul10124-Feb-06 7:07
superPaul10124-Feb-06 7:07 
GeneralRe: vb to c# Pin
Judah Gabriel Himango24-Feb-06 7:12
sponsorJudah Gabriel Himango24-Feb-06 7:12 
GeneralRe: vb to c# Pin
superPaul10124-Feb-06 7:17
superPaul10124-Feb-06 7:17 
GeneralRe: vb to c# Pin
Judah Gabriel Himango24-Feb-06 7:46
sponsorJudah Gabriel Himango24-Feb-06 7:46 
GeneralRe: vb to c# Pin
superPaul10124-Feb-06 8:04
superPaul10124-Feb-06 8:04 
GeneralRe: vb to c# Pin
Judah Gabriel Himango24-Feb-06 8:28
sponsorJudah Gabriel Himango24-Feb-06 8:28 
GeneralRe: vb to c# Pin
superPaul10124-Feb-06 21:48
superPaul10124-Feb-06 21:48 
Judah Himango wrote:
double roundedValue = Math.Round(Convert.ToInt32((double) (((double) num3) / 24)));
bProductKey[(int) num2] = (byte) roundedValue;


it doesnt appear to correct.. i tried it already but instead it gives an error of

The call is ambiguous between the following methods or properties: 'System.Math.Round(double)' and 'System.Math.Round(decimal)!

i think its because of the result of num3 / 24 gives a decimal value and thus it cant cast the value to double.... uhhh.. still cant get it...
anyway thanks!!

Im am SUPER P
AnswerRe: vb to c# Pin
shabonaa25-Feb-06 0:29
shabonaa25-Feb-06 0:29 
QuestionAccessing a C API from C#/VB Pin
DEWright_CA24-Feb-06 6:48
DEWright_CA24-Feb-06 6:48 
AnswerRe: Accessing a C API from C#/VB Pin
leppie24-Feb-06 6:55
leppie24-Feb-06 6:55 
AnswerRe: Accessing a C API from C#/VB Pin
Dave Kreskowiak24-Feb-06 9:19
mveDave Kreskowiak24-Feb-06 9:19 
QuestionUsing the local area network with c# Pin
imads124-Feb-06 6:21
imads124-Feb-06 6:21 
NewsRe: Using the local area network with c# Pin
leppie24-Feb-06 6:50
leppie24-Feb-06 6:50 
Questionplease convert this to c# code Pin
superPaul10124-Feb-06 4:58
superPaul10124-Feb-06 4:58 
AnswerRe: please convert this to c# code Pin
Dario Solera24-Feb-06 5:03
Dario Solera24-Feb-06 5:03 
AnswerRe: please convert this to c# code Pin
Judah Gabriel Himango24-Feb-06 5:06
sponsorJudah Gabriel Himango24-Feb-06 5:06 
GeneralRe: please convert this to c# code Pin
superPaul10124-Feb-06 5:17
superPaul10124-Feb-06 5:17 
GeneralRe: please convert this to c# code Pin
Judah Gabriel Himango24-Feb-06 5:20
sponsorJudah Gabriel Himango24-Feb-06 5:20 
GeneralRe: please convert this to c# code Pin
superPaul10124-Feb-06 5:28
superPaul10124-Feb-06 5:28 
GeneralRe: please convert this to c# code Pin
Guffa24-Feb-06 6:27
Guffa24-Feb-06 6:27 
GeneralRe: please convert this to c# code Pin
superPaul10124-Feb-06 6:35
superPaul10124-Feb-06 6:35 
GeneralRe: please convert this to c# code Pin
Judah Gabriel Himango24-Feb-06 6:54
sponsorJudah Gabriel Himango24-Feb-06 6:54 
AnswerRe: please convert this to c# code Pin
metinsr24-Feb-06 6:44
metinsr24-Feb-06 6:44 
AnswerRe: please convert this to c# code Pin
shabonaa25-Feb-06 0:32
shabonaa25-Feb-06 0:32 

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.