open fun subtract(value: T): T
(source)
Overrides UInt32Value.subtract
open fun subtract(value: Int): T
(source)
Overrides UInt32Value.subtract
open fun subtract(value: UInt32): T
(source)
Returns a value that is (this - value)
.
value
- The amount to be subtracted from this value.
Return
this - value