docs
docs copied to clipboard
Fix bad code in C# Programming Guide | Methods | Return values
Summary
-
The
refkeyword on the right hand side was missing -
The value should be a
doubleinstead of anintso as to be consistent with the wording above, which says:... the
Planet.GetEstimatedDistancemethod returns a Double value by reference ...