MathRadical()

MathRadical::MathRadical(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) constructor

Initializes a new instance of the MathRadical class.

Aspose::Slides::MathText::MathRadical::MathRadical(System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> degreeArgument)

Arguments

ParameterTypeDescription
baseArgumentSystem::SharedPtr<IMathElement>Base
degreeArgumentSystem::SharedPtr<IMathElement>Degree

Remarks

Example:

auto radical = System::MakeObject<MathRadical>(System::MakeObject<MathematicalText>(u"x"), System::MakeObject<MathematicalText>(u"3"));

See Also