All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.meteoinfo.data.mathparser.MathOperators Maven / Gradle / Ivy

There is a newer version: 3.8
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.meteoinfo.data.mathparser;

/**
 *
 * @author yaqiang
 */
public enum MathOperators {
    Add,
    Subtract,
    Multiple,
    Divide,
    Power
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy