Base

MathFunction.Base property

Funktionsargument

public IMathElement Base { get; }

Beispiele

Beispiel:

[C#]
IMathFunction func = new MathematicalText("sin").Function("x");
IMathElement base = func.Base;

Siehe auch