RoundTrackGroundSpeed Method |
Rounds ground speeds for use in tracks.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Nullable<float> TrackGroundSpeed(
Nullable<float> speed
)
Public Shared Function TrackGroundSpeed (
speed As Nullable(Of Single)
) As Nullable(Of Single)
public:
static Nullable<float> TrackGroundSpeed(
Nullable<float> speed
)
static member TrackGroundSpeed :
speed : Nullable<float32> -> Nullable<float32>
Parameters
- speed
- Type: SystemNullableSingle
Return Value
Type:
NullableSingleSee Also