GetTotalCmpGates

Top  Previous  Next

Description                                

Returns the number of compound gates defined in the application.

 

Syntax                                

int  GetTotalCmpGates()

 

Parameters                                

-

 

Returned value                

The number of compound gates defined in the application.

 

Related functions

GetTotalDigGates(),GetTotalEvnGates(),GetTotalNumGates(),GetTotalStrGates()

 

Example                                

 

TotalGates=GetTotalCmpGates();