Click or drag to resize
RoundTrack Method
Rounds tracks to 1 or 0 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<float> Track(
	Nullable<float> track,
	bool roundToZeroPlaces = false
)

Parameters

track
Type: SystemNullableSingle
roundToZeroPlaces (Optional)
Type: SystemBoolean

Return Value

Type: NullableSingle
See Also