CLab# 1.0 API Documentation

BDDVariable Constructor 

Initializes a new instance of the "BDDLayoutVariable" class.

public BDDVariable(
   List<T> bddVar,
   Int32 typeIndex
);

Parameters

List<T>
The BDD variables, which together makes a Clab variable.
Int32
Index of belonging type

See Also

BDDVariable Class | CLab.BDD Namespace