Uses of Class
org.esa.snap.core.jexp.Term.BinaryN
-
Packages that use Term.BinaryN Package Description org.esa.snap.core.jexp The JEXP API (JEXP = Java Expression Parser). -
-
Uses of Term.BinaryN in org.esa.snap.core.jexp
Subclasses of Term.BinaryN in org.esa.snap.core.jexp Modifier and Type Class Description static classTerm.AddThe numerical ADD operation: n-term+n-termstatic classTerm.DivThe numerical DIV operation: n-term/n-termstatic classTerm.ModThe numerical MOD (modulo) operation: n-term%n-termstatic classTerm.MulThe numerical MUL operation: n-term*n-termstatic classTerm.SubThe numerical SUB operation: n-term-n-term
-