get_Degree()

IMathRadical::get_Degree() method

Degree argument

virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathRadical::get_Degree()=0

Remarks

Example:

auto radical = System::MakeObject<MathematicalText>(u"x")->Radical(u"3"); // cube root
auto degreeElem = radical->get_Degree();

See Also