---
title: "applied(to:eventHandler:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/maxabsscaler/transformer/applied(to:eventhandler:)"
---

# applied(to:eventHandler:)

Scales the input values by 1 / maximumAbsoluteValue.

## Declaration

```swift
func applied(to input: Element, eventHandler: EventHandler? = nil) -> Element
```

## Parameters

- `input`: A floating-point value.
- `eventHandler`: An event handler.

## Return Value

Return Value A scaled value.
