Rounds tracks to 1 or 0 decimal places quickly.
Namespace: VirtualRadar.InterfaceAssembly: 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
)
Public Shared Function Track (
track As Nullable(Of Single),
Optional roundToZeroPlaces As Boolean = false
) As Nullable(Of Single)
public:
static Nullable<float> Track(
Nullable<float> track,
bool roundToZeroPlaces = false
)
static member Track :
track : Nullable<float32> *
?roundToZeroPlaces : bool
(* Defaults:
let _roundToZeroPlaces = defaultArg roundToZeroPlaces false
*)
-> Nullable<float32>
Parameters
- track
- Type: SystemNullableSingle
- roundToZeroPlaces (Optional)
- Type: SystemBoolean
Return Value
Type:
NullableSingleSee Also