public class MathFractionFactory extends java.lang.Object implements IMathFractionFactory
Allows to create a math fraction
| Constructor and Description |
|---|
MathFractionFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathFraction |
createMathFraction(IMathElement numerator,
IMathElement denominator)
Creates a math fraction
|
IMathFraction |
createMathFraction(IMathElement numerator,
IMathElement denominator,
int fractionType)
Creates a math fraction
|
public final IMathFraction createMathFraction(IMathElement numerator, IMathElement denominator, int fractionType)
Creates a math fraction
createMathFraction in interface IMathFractionFactorynumerator - Numeratordenominator - DenominatorfractionType - Fraction typepublic final IMathFraction createMathFraction(IMathElement numerator, IMathElement denominator)
Creates a math fraction
createMathFraction in interface IMathFractionFactorynumerator - Numeratordenominator - DenominatorCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.