struct UInt16
- UInt16
- Int
- Number
- Value
- Object
Defined in:
ext/number.crInstance Method Summary
-
#!=(other : Float16) : Bool
Returns
true
ifself
is not equal to other. -
#*(other : Float16) : Float16
Returns the result of multiplying
self
and other. -
#+(other : Float16) : Float16
Returns the result of adding
self
and other. -
#-(other : Float16) : Float16
Returns the result of subtracting
self
and other. - #/(other : Float16) : Float16
-
#<(other : Float16) : Bool
Returns
true
ifself
is less than other. -
#<=(other : Float16) : Bool
Returns
true
ifself
is less than or equal to other. -
#==(other : Float16) : Bool
Returns
true
ifself
is equal to other. -
#>(other : Float16) : Bool
Returns
true
ifself
is greater than other. -
#>=(other : Float16) : Bool
Returns
true
ifself
is greater than or equal to other. - #to_f16 : Float16
- #to_f16! : Float16
Instance Method Detail
Returns true
if self
is greater than or equal to other.