public class RollBufferFastInt extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
index |
protected int |
m_nHistoryElements |
protected int |
m_nWindowElements |
int[] |
m_pData |
protected int |
windowPlusHistory |
| Constructor and Description |
|---|
RollBufferFastInt(int nWindowElements,
int nHistoryElements) |
public int[] m_pData
public int index
protected int m_nHistoryElements
protected int m_nWindowElements
protected int windowPlusHistory
Copyright © 2014. All rights reserved.