max method

double max()

Get the maximum angle defined by the range in degrees, clockwise from north, normalized to [0,360).

Returns double. Maximum angle of the range in degrees, clockwise from north, normalized to [0,360).

Implementation

double max() => $prototype.max(this);