|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.LogicOperations Namespace > LatchOperation Class |
Represents an operation that performs a latch function on a single input.
Namespace: BNCS.Logic.LogicOperations
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public class LatchOperation : SingleInputOperation
The LatchOperation class is a specialized type of SingleInputOperation that is used to maintain a state based on its input. It is typically used in scenarios where the output needs to be held or maintained until a specific condition is met.
Object
BNCS.Logic.Abstract.BaseLogicEntity
BNCS.Logic.Abstract.GenericOperation
BNCS.Logic.Abstract.SingleInputOperation
BNCS.Logic.LogicOperations.LatchOperation
BNCS.Logic.LogicOperations Namespace