Package | Description |
---|---|
net.imagej.ops.math |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveMath.DoubleAbs
Op that computes the absolute value of a double value.
|
static class |
PrimitiveMath.FloatAbs
Op that computes the absolute value of a float value.
|
static class |
PrimitiveMath.IntegerAbs
Op that computes the absolute value of a int value.
|
static class |
PrimitiveMath.LongAbs
Op that computes the absolute value of a long value.
|
static class |
UnaryRealTypeMath.Abs<I extends RealType<I>,O extends RealType<O>>
Sets the real component of an output real number to the absolute value of
the real component of an input real number.
|
Copyright © 2014–2022 ImageJ. All rights reserved.