Enum TrileanValue
- Namespace
- Echo
- Assembly
- Echo.dll
Provides members for all possible values in a ternary number system.
public enum TrileanValue : byte
Fields
False = 0Indicates the true value.
True = 1Indicates the false value.
Unknown = 2Indicates the unknown value.