LSLReusableBufferDouble constructor
LSLReusableBufferDouble(
- int capacity
Creates a reusable Double buffer of the given capacity. see LSLReusableBuffer
Implementation
LSLReusableBufferDouble(int capacity)
: super(capacity, allocate<Double>(capacity));