transformInPlace

abstract fun transformInPlace(transform: (Double) -> Double)

Transforms the array in place.

Parameters

transform

the transformation function