|
FireSync API
|
| kStatus kMovingAvg_Construct | ( | kMovingAvg * | stat, |
| kSize | window, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kMovingAvg object.
| stat | Destination for the constructed object handle. |
| window | Length of moving average (minimum 1). |
| allocator | Memory allocator (or kNULL for default). |