Click or drag to resize
Round Class
A helper class that can round numbers quickly, but only if they are within certain ranges.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceRound

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Round

The Round type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCoordinate
Rounds coordinates to 6 decimal places quickly.
Public methodStatic memberGroundSpeed
Rounds ground speeds to 1 decimal place quickly.
Public methodStatic memberTrack
Rounds tracks to 1 or 0 decimal places quickly.
Public methodStatic memberTrackAltitude
Rounds altitudes for use in tracks.
Public methodStatic memberTrackGroundSpeed
Rounds ground speeds for use in tracks.
Public methodStatic memberTrackHeading
Rounds headings for use on recorded tracks. Rounds to the nearest x degrees, don't use on normal track values!
Top
See Also