IMathLimit

IMathLimit interface

Especifica el objeto Límite, que consta de texto en la línea de base y texto de tamaño reducido inmediatamente encima o debajo.

public interface IMathLimit : IMathElement

Propiedades

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

Ejemplos

Ejemplo:

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

Ver también