DoubleOperators extension

on

Methods

abs() List<double>

Available on List<double>, provided by the DoubleOperators extension

Returns a new list consisting of the absolute value of the elements of this.

Operators

operator *(num scalar) List<double>

Available on List<double>, provided by the DoubleOperators extension

Returns a new list containing the elements of this multiplied by scalar.