Class AbstractArrayBufferBaseMathNumberAbstract

Abstract base class for math number implementations that are backed by ArrayBuffer. This class provides common functionality for typed array-based mathematical objects.

Implements

Constructors

Properties

Methods

Constructors

Properties

_v: TypedArray = ...

Methods

  • Checks if the internal typed array is backed by the same ArrayBuffer as the provided one. This is useful for determining if two math objects share the same underlying memory.

    Parameters

    • arrayBuffer: ArrayBuffer

      The ArrayBuffer to compare against

    Returns boolean

    True if the internal typed array uses the same ArrayBuffer, false otherwise