get_Name()

MathFunction::get_Name() method

Function name For example, function names are sin and cos

System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathFunction::get_Name() override

Remarks

Example:

auto func = System::MakeObject<MathematicalText>(u"sin")->Function(u"x");
auto funcName = func->get_Name();

See Also