An enumeration of the different desgrees of certainty the program has
            regarding the sanity of a value.
            
 
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration Certainty
public enum class Certainty
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Uncertain | 0 | 
            The program cannot tell whether the value is wrong or right, there isn't
            enough history to work from.
             | 
 | CertainlyWrong | 1 | 
            The program is certain that the value is wrong, the aircraft could not
            attain that position without breaking some law of physics.
             | 
 | ProbablyRight | 2 | 
            The program is confident that the aircraft could attain that position without
            having to break some law of physics.
             | 
See Also