GetTotalStrGates

Top  Previous  Next

Description                                

Returns the number of string gates defined in the application.

 

Syntax                                

int  GetTotalStrGates()

 

Parameters                                

-

 

Returned value                

The number of string gates defined in the application.

 

Related functions

GetTotalDigGates(),GetTotalEvnGates(),GetTotalNumGates(),GetTotalCmpGates()

 

Example                                

 

TotalGates=GetTotalStrGates();