WYRDTEK Home Features Reference Downloads About


Reference/es_sc_getnumpoints

Syntax

int es_sc_getnumpoints( struct es_sc *scalc );

Arguments

struct es_sc *scalc Statistics calculator.

Description

Return the number of datapoints in the current dataset. In the case of a rolling dataset, this number never exceeds the "window" size used to construct the calculator (see es_sc_new()).

[Back To Reference] [Back To Reference/es_sc]