Hey there,
this is my first Post, so be nice to me please

I got the following situation:
Two month ago I joined a new Project for my Boss (so I'am writing non-privat) and now I started up to design a Class-Diagram for this Project to get more and more involved to the Code. Its arround an relly big MS-Excel-AddIn.
Be sure, normally the company I'am working for is designing some Diagramms, but not in this project... So I have to fix this

The point: There is an Class wich has three Array-Member ((1 to 2), (1 to 2) and (45, 2)), so two arrays with each two fields an one two-dimensional array, 45 fields with each 2 fields.
Designing the "get property" is no problem, so I can specify "return array" for it, but the setter needs to recieve (in this case) an Double, instead of an Double(). How can I get this fixed?
Help would be really nice ^^ Thanks to all readers