User Tools

Site Tools


net_array

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
net_array [2018/02/12 19:01] wolfgangriedmannnet_array [2018/02/12 19:01] wolfgangriedmann
Line 33: Line 33:
 But it is important to know how to deal with arrays because some methods return them or expect them as parameters, and because these are extremely efficient. But it is important to know how to deal with arrays because some methods return them or expect them as parameters, and because these are extremely efficient.
  
-The VO dynamic arrays are paying a high price for their flexibility: every member is an usual (with the known overhead at runtime and in memory) and therefore any type checking must be done at runtime by the programmers code (for the .NET arrays the compiler does these checks).+The VO dynamic arrays pay a high price for their flexibility: every member is an usual (with the known overhead at runtime and in memory) and therefore any type checking must be done at runtime by the programmers code (for the .NET arrays the compiler does these checks).
  
 You can find more help in the MSDN page [[https://docs.microsoft.com/en-us/dotnet/api/system.array|System.Array]] You can find more help in the MSDN page [[https://docs.microsoft.com/en-us/dotnet/api/system.array|System.Array]]
  
  
net_array.txt · Last modified: 2018/09/09 04:20 by wolfgangriedmann