DoubleOperators extension

on

Methods

abs() List<double>
Returns a new list consisting of the absolute value of the elements of this.

Operators

operator *(num scalar) List<double>
Returns a new list containing the elements of this multiplied by scalar.