Function buildLogicCellLine
- buildLogicCellLine(name: string, values: (string | number)[], cellOption?: undefined | CellOptionReteral): LogicCellLine
-
Parameters
-
name: string
-
values: (string | number)[]
-
cellOption: undefined | CellOptionReteral = undefined
与えられた入力列を表すLogicCellLineを返します。
Returns