menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpressionList - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpressionList

    Represents a class for defining the expression list

    Inheritance
    System.Object
    ExpressionList
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class ExpressionList : List<object>

    Constructors

    ExpressionList()

    Declaration
    public ExpressionList()

    Fields

    ReadyForOperand

    When the SfCalculator control is Ready to get another input and has finished processing the previous input.

    Declaration
    public bool ReadyForOperand
    Field Value
    Type
    System.Boolean

    Value

    Gets or sets the calculated value by the SfCalculator control.

    Declaration
    public Decimal Value
    Field Value
    Type
    System.Decimal

    Methods

    Evaluate(Decimal, String)

    Evaluates the operators.

    Declaration
    public Decimal Evaluate(Decimal value, string calcoperator)
    Parameters
    Type Name Description
    System.Decimal value
    System.String calcoperator
    Returns
    Type
    System.Decimal

    IsSpecialFunction(String)

    Returns true if the function is squae root, otherwise false.

    Declaration
    public static bool IsSpecialFunction(string _operator)
    Parameters
    Type Name Description
    System.String _operator
    Returns
    Type
    System.Boolean

    ToString()

    Converts the object into a string

    Declaration
    public override string ToString()
    Returns
    Type
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved