org.beangle.commons.lang.math.SmallFraction
See theSmallFraction companion object
class SmallFraction(val value: Int) extends Serializable, Ordered[SmallFraction]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Ordered[SmallFraction]trait Comparable[SmallFraction]trait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Ordered
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Concrete fields
In this article