Rounds headings for use on recorded tracks. Rounds to the nearest x degrees,
don't use on normal track values!
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Nullable<float> TrackHeading(
Nullable<float> track
)
Public Shared Function TrackHeading (
track As Nullable(Of Single)
) As Nullable(Of Single)
public:
static Nullable<float> TrackHeading(
Nullable<float> track
)
static member TrackHeading :
track : Nullable<float32> -> Nullable<float32>
Parameters
- track
- Type: SystemNullableSingle
Return Value
Type:
NullableSingleSee Also