Table of Contents

Enum TrileanValue

Namespace
Echo
Assembly
Echo.dll

Provides members for all possible values in a ternary number system.

public enum TrileanValue : byte

Fields

False = 0

Indicates the true value.

True = 1

Indicates the false value.

Unknown = 2

Indicates the unknown value.