Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~369 People Reached
Favorite Forums
Favorite Tags
Member Avatar for bunny07

Hi, I'm new to this forum and C#. I try to make an array that each is the sum of the value of each row in sims array. It gives me nothing but zero. Please help. TIA. [CODE]public double[] ave_S(int M, int N, double S, double sig, double dt, double[,] …

Member Avatar for bunny07
0
176
Member Avatar for bunny07

I'm a beginner in c# and trying to do multithreading. I got 2 error that M and N need to be reference to be used in methods below. I thought if I define it as public int M,N;, they should be able to use in any methods in the class. …

Member Avatar for Momerath
0
76
Member Avatar for bunny07

What I tried to do here is There're 2 methods that each will have final result as an array. At this point I don't know where to go/ how to fix it. What I need is array U that supposed to be combination of U_1 and U_2. and I need …

Member Avatar for bunny07
0
117