IMathRadical
IMathRadical interface
Specifies the radical function, consisting of a base, and an optional degree. Example of radical object is √𝑥.
public interface IMathRadical : IMathElement
Properties
Name | Description |
---|---|
AsIMathElement { get; } | Allows to get base IMathElement interface IMathElement |
Base { get; } | Base argument |
Degree { get; } | Degree argument |
HideDegree { get; set; } | Hide degree When is true, the degree is not shown, as in √𝑥 |
Examples
Example:
[C#]
IMathRadical radical = new MathematicalText("x").Radical("3"); // cube root
See Also
- interface IMathElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides