Base

IMathRadical.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

[C#]
IMathRadical radical = new MathematicalText("x").Radical("3"); // cube root
IMathElement baseElem = radical.Base;

See Also