CLab# 1.0 API Documentation

BDDTypeRange Constructor 

Initializes a new instance of the "BDDLayoutTypeRange" class.

public BDDTypeRange(
   String typeName,
   Int32 startOfRange,
   Int32 domainSize
);

Parameters

String
Name of the type.
Int32
The start of the range.
Int32
Size of the domain.

See Also

BDDTypeRange Class | CLab.BDD Namespace