SeriesOperations extension

on

Methods

isEqual(Object other) Series

Available on Series, provided by the SeriesOperations extension

Equal to (==) operator:
notEqual(Series other) Series

Available on Series, provided by the SeriesOperations extension

Not equal to (!=) operator:

Operators

operator %(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Modulo (%) operator:
operator &(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Bitwise AND (&) operator.
operator *(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Multiplication (*) operator:
operator +(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Addition (+) operator:
operator -(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Subtraction (-) operator:
operator /(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Division (/) operator:
operator <(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Less than (<) operator:
operator <=(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Less than or equal to (<=) operator:
operator >(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Greater than (>) operator:
operator >=(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Greater than or equal to (>=) operator:
operator ^(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Bitwise XOR (^) operator:
operator |(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Bitwise OR (|) operator.
operator ~/(dynamic other) Series

Available on Series, provided by the SeriesOperations extension

Floor Division (~/) operator: