RoundTrackAltitude Method |
Rounds altitudes 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<int> TrackAltitude(
Nullable<int> altitude
)
Public Shared Function TrackAltitude (
altitude As Nullable(Of Integer)
) As Nullable(Of Integer)
public:
static Nullable<int> TrackAltitude(
Nullable<int> altitude
)
static member TrackAltitude :
altitude : Nullable<int> -> Nullable<int>
Parameters
- altitude
- Type: SystemNullableInt32
Return Value
Type:
NullableInt32See Also