get_Name()

IMathFunction::get_Name() method

Function name For example, function names are sin and cos

virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathFunction::get_Name()=0

Remarks

Example:

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

See Also