Serving the Quantitative Finance Community

 
User avatar
Charlie
Topic Author
Posts: 0
Joined: February 7th, 2002, 8:51 am

Non-Zero based Arrays in C#

November 29th, 2004, 3:24 pm

Anyone know why the following does not work?
 
User avatar
jens
Posts: 0
Joined: July 14th, 2002, 3:00 am

Non-Zero based Arrays in C#

November 29th, 2004, 3:34 pm

non-zero based arrays are handled differently by the run-time. Try Array.SetValue instead, or better avoid where possible.