public class MathFunctionFactory extends java.lang.Object implements IMathFunctionFactory
Allows to create a math function
| Constructor and Description |
|---|
MathFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathFunction |
createMathFunction(IMathElement funcName,
IMathElement baseArgument)
Creates math function
|
IMathFunction |
createMathFunction(java.lang.String funcName,
IMathElement baseArgument)
Creates math function
|
public final IMathFunction createMathFunction(IMathElement funcName, IMathElement baseArgument)
Creates math function
createMathFunction in interface IMathFunctionFactoryfuncName - Element used as a function namebaseArgument - Element used as a function argumentpublic final IMathFunction createMathFunction(java.lang.String funcName, IMathElement baseArgument)
Creates math function
createMathFunction in interface IMathFunctionFactoryfuncName - Function namebaseArgument - Element used as a function argumentCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.