o_Equals Infinity
abstract fun o_EqualsInfinity(self: AvailObject, sign: AbstractNumberDescriptor.Sign): Boolean
Content copied to clipboard
Answer whether the receiver is an infinity with the specified Sign.
Return
true if the receiver is an infinity of the specified sign, false otherwise.
See also
Parameters
self
The receiver.
sign
The type of infinity for comparison.