getByteLength method

dynamic getByteLength()

Implementation

getByteLength() {
  return getFloatLength(this.buffer.byteLength);
}