get_Base()

MathNaryOperator::get_Base() method

Base argument

System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathNaryOperator::get_Base() override

Remarks

Example:

auto naryOperator = System::MakeObject<MathematicalText>(u"x")->Nary(MathNaryOperatorTypes::Summation, u"x=1", u"100");
auto baseArg = naryOperator->get_Base();

See Also