What does the out function do?

Forum Archive What does the out function do?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4782
    andrewm2211
    Participant

      What does the out function do?

      #23067
      Jonathan Gonzalez
      Participant

        Might be a little difficult to explain, but basically function parameters are typically passed by value. As in you’re using a copy of it but in this case you’re passing a reference, or in other words you’re using the same variable, not a copy.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘What does the out function do?’ is closed to new replies.