get_Degree()
MathRadical::get_Degree() method
Degree argument
System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathRadical::get_Degree() override
Remarks
Example:
auto radical = System::MakeObject<MathRadical>(System::MakeObject<MathematicalText>(u"x"), System::MakeObject<MathematicalText>(u"3"));
auto degreeElem = radical->get_Degree();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class MathRadical
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides