public class Xor extends BinaryOperation
| Constructor and Description | 
|---|
| Xor(IFunction fn1,
   IFunction fn2) | 
| Xor(IFunction fn,
   Image<? extends RealType<?>> right) | 
| Xor(IFunction left,
   Number val) | 
| Xor(Image<? extends RealType<?>> left,
   IFunction fn) | 
| Xor(Image<? extends RealType<?>> left,
   Image<? extends RealType<?>> right) | 
| Xor(Image<? extends RealType<?>> left,
   Number val) | 
| Xor(Number val,
   IFunction right) | 
| Xor(Number val,
   Image<? extends RealType<?>> right) | 
| Xor(Number val1,
   Number val2) | 
| Xor(Object... elems) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | eval()Evaluate this function and return a result in double floating-point precision. | 
a, b, duplicate, findCursorsasImage, asImagepublic final double eval()
IFunctionCopyright © 2015–2021 Fiji. All rights reserved.