get max()
The `get` accessor obtains the maximum range
RangeError.prototype.max
RangeError.prototype.max
The get
accessor obtains the maximum range of generic type variable Max
that causes an error to be thrown(or not thrown), if set, otherwise returns undefined
.
range-error.class.ts
Return type
Returns
The return value is the maximum range of generic type variable Max
or undefined
.
Example usage
Last updated