procedure NearestMinimum(var Pos: Double);
Find the nearest minimum. The initial position in seconds is given with pos and the final position is returned with the Pos parameter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Pos | Double |
Result: stored in self (calling object)