LSLReusableBufferDouble constructor

LSLReusableBufferDouble(
  1. int capacity
)

Creates a reusable Double buffer of the given capacity. see LSLReusableBuffer

Implementation

LSLReusableBufferDouble(int capacity)
  : super(capacity, allocate<Double>(capacity));