struct Int8
- Int8
- Int
- Number
- Value
- Object
Defined in:
ext/number.crInstance Method Summary
-
#!=(other : Float16) : Bool
Returns
trueifselfis not equal to other. -
#*(other : Float16) : Float16
Returns the result of multiplying
selfand other. -
#+(other : Float16) : Float16
Returns the result of adding
selfand other. -
#-(other : Float16) : Float16
Returns the result of subtracting
selfand other. - #/(other : Float16) : Float16
-
#<(other : Float16) : Bool
Returns
trueifselfis less than other. -
#<=(other : Float16) : Bool
Returns
trueifselfis less than or equal to other. -
#==(other : Float16) : Bool
Returns
trueifselfis equal to other. -
#>(other : Float16) : Bool
Returns
trueifselfis greater than other. -
#>=(other : Float16) : Bool
Returns
trueifselfis 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.