Click or drag to resize
Certainty Enumeration
An enumeration of the different desgrees of certainty the program has regarding the sanity of a value.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Certainty
Members
  Member nameValueDescription
Uncertain0 The program cannot tell whether the value is wrong or right, there isn't enough history to work from.
CertainlyWrong1 The program is certain that the value is wrong, the aircraft could not attain that position without breaking some law of physics.
ProbablyRight2 The program is confident that the aircraft could attain that position without having to break some law of physics.
See Also