Content
489 490 491 492 493 494 495 497 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 summary This method is used to Get ninty percent of distance. summary param name "distance"param returnsreturns 4 references O changes O authors, O changes public static double GetNintyPer0fDistance (double distance) try if (distance 0) return distance; else double drr (distance 90) 100; return drrs catch (Exception ex) Console.WriteLine (ex.StackTrace); return distance;