final
class
RichInt extends AnyVal with NAryGEOps
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
%(b: GE): GE
-
def
&(b: GE): GE
-
def
*(b: GE): GE
-
def
+(b: GE): GE
-
def
-(b: GE): GE
-
def
/(b: GE): GE
-
def
<(b: GE): GE
-
def
<<(b: GE): GE
-
def
<=(b: GE): GE
-
final
def
==(arg0: Any): Boolean
-
def
>(b: GE): GE
-
def
>=(b: GE): GE
-
def
>>(b: GE): GE
-
def
^(b: GE): GE
-
def
absdif(b: GE): GE
-
def
amclip(b: GE): GE
-
final
def
asInstanceOf[T0]: T0
-
def
atan2(b: GE): GE
-
def
clip(low: GE, high: GE): GE
-
def
clip2(b: GE): GE
-
-
def
d: Double
-
def
difsqr(b: GE): GE
-
def
excess(b: GE): GE
-
def
expexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE
-
def
explin(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE
-
def
f: Float
-
def
fold(low: GE, high: GE): GE
-
def
fold2(b: GE): GE
-
def
getClass(): Class[_ <: AnyVal]
-
def
hypot(b: GE): GE
-
def
hypotx(b: GE): GE
-
final
def
isInstanceOf[T0]: Boolean
-
def
linexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE
-
def
linlin(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE
-
def
max(b: GE): GE
-
def
min(b: GE): GE
-
def
pow(b: GE): GE
-
def
ring1(b: GE): GE
-
def
ring2(b: GE): GE
-
def
ring3(b: GE): GE
-
def
ring4(b: GE): GE
-
def
roundTo(b: GE): GE
-
def
roundUpTo(b: GE): GE
-
def
scaleneg(b: GE): GE
-
def
sig_!=(b: GE): GE
-
def
sig_==(b: GE): GE
-
def
sqrdif(b: GE): GE
-
def
sqrsum(b: GE): GE
-
def
sumsqr(b: GE): GE
-
val
this: Int
-
def
thresh(b: GE): GE
-
def
toString(): String
-
def
trunc(b: GE): GE
-
def
wrap(low: GE, high: GE): GE
-
def
wrap2(b: GE): GE
-
def
|(b: GE): GE
Inherited from AnyVal
Inherited from Any