get_Numerator()
MathFraction::get_Numerator() method
Numerator
System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathFraction::get_Numerator() override
Remarks
Example:
auto mathFraction = System::MakeObject<MathematicalText>(u"x")->Divide(u"y");
auto numerator = mathFraction->get_Numerator();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class MathFraction
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides