I stumbled across using 'out' to return more than one variable, but I'm not sure how it works exactly. Would you be able to return 4-5 variables from one method using 'out's? If so, (this is what confused me the most), how does that work? I've looked at a lot of examples, but they are all confusing to me.
If you could include code to demonstrate using an out I would much appreciate it!
Thanks!