TruthTableOperation Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > TruthTableOperation Class >

TruthTableOperation Constructor

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public TruthTableOperation(
 Guid Id,
 Type inputType,
 Type outputType,
 string name,
 string description,
 bool[,] maps
)

Parameters

Id

Type: Guid

inputType

Type: Type

outputType

Type: Type

name

Type: String

description

Type: String

maps

Type: Boolean[,]

 

See Also


TruthTableOperation Class

BNCS.Logic.LogicOperations Namespace