protected abstract static class Mixins.RealTypeMixIn<T extends RealType<T>> extends Object implements RealType<T>
Modifier | Constructor and Description |
---|---|
protected |
RealTypeMixIn() |
Modifier and Type | Method and Description |
---|---|
abstract double |
getRealDouble() |
abstract String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 RealType<T>>
Copyright © 2014–2022 ImageJ. All rights reserved.