Interface XRescaleOptions<ArrayType>

interface XRescaleOptions {
    max?: number;
    min?: number;
    output?: ArrayType;
}

Type Parameters

  • ArrayType extends NumberArray = Float64Array

Properties

Properties

max?: number

max used for the scaling

Default

1
min?: number

min used for the scaling

Default

0
output?: ArrayType

output into which to placed the data