Percentage
class Percentage : Comparable
Represents a value as a percentage, not a fraction - for example 100%, 89.62%, etc.
Summary
Public constructors |
|---|
Percentage(value: Double) |
Public functions |
|
|---|---|
open operator Int |
compareTo(other: Percentage) |
open operator Boolean |
|
open Int |
hashCode() |
open String |
toString() |