CLab# 1.0 API Documentation

BDDTypeEnum.GetDomainValue Method 

Method that gets the Domain value at "index". Index can be "0" to "domain size - 1".

public override string GetDomainValue(
   Int32 index
);

Parameters

Int32
The index of the domain value.

Return Value

The string representation of the domain value.

Exceptions

Exception Type Condition
ClabException  

See Also

BDDTypeEnum Class | CLab.BDD Namespace