Documentation
    Preparing search index...

    Interface GainOptions<TypeName>

    The possible options for this node

    interface GainOptions<TypeName extends UnitName> {
        context: BaseContext;
        convert: boolean;
        gain: UnitMap[TypeName];
        maxValue?: number;
        minValue?: number;
        units: TypeName;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    context: BaseContext
    convert: boolean
    maxValue?: number
    minValue?: number
    units: TypeName