GetTotalDigGates

Top  Previous  Next

Description                                

Returns the number of digital gates defined in the application.

 

Syntax                                

int  GetTotalDigGates()

 

Parameters                                

-

 

Returned value                

The number of digital gates defined in the application.

 

Related functions

GetTotalCmpGates(),GetTotalEvnGates(),GetTotalNumGates(),GetTotalStrGates()

 

Example                                

 

TotalGates=GetTotalDigGates();