protected abstract static class Mixins.IntegerTypeMixIn<T extends IntegerType<T>> extends Mixins.RealTypeMixIn<T> implements IntegerType<T>
Modifier | Constructor and Description |
---|---|
protected |
IntegerTypeMixIn() |
Modifier and Type | Method and Description |
---|---|
abstract long |
getIntegerLong() |
abstract double |
getRealDouble() |
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBigInteger, getInteger, setBigInteger, setInteger, setInteger
dec, getBitsPerPixel, getMaxValue, getMinIncrement, getMinValue, inc
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setReal, setReal
copy, createVariable, set
valueEquals
mul, mul
pow
compareTo
public abstract double getRealDouble()
getRealDouble
in interface ComplexType<T extends IntegerType<T>>
getRealDouble
in class Mixins.RealTypeMixIn<T extends IntegerType<T>>
public abstract long getIntegerLong()
getIntegerLong
in interface IntegerType<T extends IntegerType<T>>
Copyright © 2014–2022 ImageJ. All rights reserved.