Get the number of rows in or width of a signal
int gsr_N(SL_SigRegion *reg)
reg
Signal region.
An int
representing the number of rows for a signal region or
the width of a signal if the signal region does not correspond to a matrix
signal.
Returns the number of rows for the matrix signal corresponding to the signal region or the width of the signal if the signal region does not correspond to a matrix signal.
C, C++
See the S-function barplot.c
.