Interface XDivideOptions<ArrayType>

interface XDivideOptions {
    output?: ArrayType;
}

Type Parameters

  • ArrayType extends NumberArray = Float64Array

Properties

Properties

output?: ArrayType

output into which the result should be placed if needed. In can be the same as array1 in order to have in-place modification