public interface RealType<T extends RealType<T>> extends ComplexType<T>, Comparable<T>
Modifier and Type | Method and Description |
---|---|
void |
dec() |
int |
getBitsPerPixel() |
double |
getMaxValue() |
double |
getMinIncrement() |
double |
getMinValue() |
void |
inc() |
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setReal, setReal
copy, createVariable, set
valueEquals
mul, mul
pow
compareTo
Copyright © 2015–2022 ImgLib2. All rights reserved.