Click or drag to resize
RoundTrackHeading Method
Rounds headings for use on recorded tracks. Rounds to the nearest x degrees, don't use on normal track values!

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<float> TrackHeading(
	Nullable<float> track
)

Parameters

track
Type: SystemNullableSingle

Return Value

Type: NullableSingle
See Also