Interface ArgumentExtension

  • All Superinterfaces:
    java.io.Serializable

    public interface ArgumentExtension
    extends java.io.Serializable
    ArgumentExtension provides interface for argument algorithm definition. Argument can be interpreted as function with no (zero) parameters. In this case algorithm definition is based on source code using JAVA (for JAVA / Android) or .NET. If implemented Argument Extension object can be further used while Argument object construction, which means it can extend mXparser math collection. mXparser extension with your own implementation can be achieved by implementing ArgumentExtension interface, creating an ArgumentExtension object, creating Argument object based on ArgumentExtension, adding Argument object to Expression / mXparser definition.
    Version:
    5.2.0
    See Also:
    Argument
    • Method Detail

      • getArgumentValue

        double getArgumentValue()
        Actual algorithm implementation.
        Returns:
        Argument Extension value.