Package net.imglib2.type.operators
-
Interface Summary Interface Description Add<T> Div<T> Mul<T> MulFloatingPoint Pow<T> PowFloatingPoint SetOne SetZero Sub<T> ValueEquals<T> Tests equivalency of values.
| Interface | Description |
|---|---|
| Add<T> | |
| Div<T> | |
| Mul<T> | |
| MulFloatingPoint | |
| Pow<T> | |
| PowFloatingPoint | |
| SetOne | |
| SetZero | |
| Sub<T> | |
| ValueEquals<T> |
Tests equivalency of values.
|