valueOf()

Returns the primitive value of a specified Minimum object

Minimum.prototype.valueOf()

The valueOf() method returns the primitive valuearrow-up-right of the generic type variable Value of the specified Minimum object.

Return type

Returns

The return value is the primitive valuearrow-up-right of generic type variable Value.

Example usage

Last updated