これをC#に相当するものに変換するにはどうすればよいですか?
togeolat=dblarr(3,3)
togeolat[0,0]=cos(!DPI/2-Dlat)
togeolat[0,2]=sin(!DPI/2-Dlat)
togeolat[2,0]=-sin(!DPI/2-Dlat)
togeolat[2,2]=cos(!DPI/2-Dlat)
togeolat[1,1]=1.
この構成の要素を含む 3 x 3 マトリックスだけですか?
00、01、02
10 、 11 、 12
20 、 21 、 22