Im trying to convert some Delphi code to c# and I\'ve come across a problem...
In Delphi I\'ve decalared a new type
Type TData = Array of Extended >
You can wrap an array of Double in a class and provide index properties for it.