possible Orders When Comparing Instances Of
fun possibleOrdersWhenComparingInstancesOf(firstType: A_Type, secondType: A_Type): Set<AbstractNumberDescriptor.Order>
Content copied to clipboard
Return the set of possible Orders that could be returned when comparing instances of firstType with instances of secondType. The types are both subtypes of number.
Return
The set of possible Orders resulting from their comparison.
Parameters
first Type
The first numeric type.
second Type
The second numeric type.