docs icon indicating copy to clipboard operation
docs copied to clipboard

Fix bad code in C# Programming Guide | Methods | Return values

Open GitHubPang opened this issue 3 years ago • 0 comments

Summary

  1. The ref keyword on the right hand side was missing

  2. The value should be a double instead of an int so as to be consistent with the wording above, which says:

    ... the Planet.GetEstimatedDistance method returns a Double value by reference ...

GitHubPang avatar Sep 22 '22 00:09 GitHubPang