PDA

View Full Version : Multi dimension conversion intrinsic


tzeis
08-21-2003, 01:02 AM
Because Fortran multiple dimension arrays are always implemented within a single dimension Framework type, I think that a conversion utility is needed that will cast a Fortran style multiple dimension array to a .NET style multiple dimension array. This will improve interoperability when passing multiple dimension arrays to other .NET languages.