NandOperation Constructor

<< 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)

 

Syntax


public NandOperation(
 Guid Id,
 string name,
 string description
)

Parameters

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.

 

Remarks


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.

 

See Also


NandOperation Class

BNCS.Logic.LogicOperations Namespace