IMathLimit

IMathLimit interfaz

Especifica el objeto Limit, que consiste en texto en la línea de base y texto de tamaño reducido inmediatamente encima o debajo de ella.

public interface IMathLimit : IMathElement

Propiedades

NombreDescripción
AsIMathElement { get; }Permite obtener la interfaz base IMathElement IMathElement
Base { get; }Argumento base
Limit { get; }Argumento Limit
UpperLimit { get; set; }Especifica límite superior o inferior

Ejemplos

Ejemplo:

[C#]
IMathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));

Ver también