ixfx
    Preparing search index...

    Type Alias MinMaxArrayOptions

    Options for computing min-max normalisation

    type MinMaxArrayOptions = {
        clamp: boolean;
        maxForced: number;
        minForced: number;
    }
    Index

    Properties

    clamp: boolean

    Clamp input value to min/max

    maxForced: number

    Maximum value of range

    minForced: number

    Minimum value of range