equalsInfinity

fun A_Number.equalsInfinity(sign: AbstractNumberDescriptor.Sign): Boolean

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.

Parameters

sign

The type of infinity for comparison.