Implements

Constructors

Properties

Methods

Constructors

  • Create a DWordArray instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a POSITION instance with the specified options.

    Returns DWordArray

    const position = await POSITION.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Create a POSITION instance.

    Parameters

    • Optionaloptions: Options

      Create a DWordArray instance with the specified options.

    Returns Promise<DWordArrayType>

    Returns a DWordArray instance.