The distance, in world space, from the origin of the query to the position where the solution was found.
For a raycast, this is the distance from Ray.origin to Point of the result, whereas for a ISurface.ClosestSurfacePoint(in Vector3, out SurfaceHit, float) this is the distance from the first argument to the Point of the result.