|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.LogicOperations Namespace > NandOperation Class > NandOperation Constructor |
Initializes a new instance of the NandOperation class.
Namespace: BNCS.Logic.LogicOperations
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public NandOperation(
Guid Id,
string name,
string description
)
Id
Type: Guid
The unique identifier for the operation.
name
Type: String
The name of the operation.
description
Type: String
A brief description of the operation.
The NandOperation class represents a logical NAND operation, which is a binary operation that produces a result of true if at least one of its operands is false.
BNCS.Logic.LogicOperations Namespace