Click or drag to resize
RoundCoordinate Method
Rounds coordinates to 6 decimal places quickly.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<double> Coordinate(
	Nullable<double> coordinate
)

Parameters

coordinate
Type: SystemNullableDouble

Return Value

Type: NullableDouble
Remarks
6 decimals is just enough to resolve movements of 1.3 metres, which is the resolution of surface positions.
See Also