Base

MathRadical.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

[C#]
MathRadical radical = new MathRadical(new MathematicalText("x"), new MathematicalText("3"));
IMathElement baseElem = radical.Base;

也可以看看