WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpressionList

    Show / Hide Table of Contents

    Class ExpressionList

    Represents a class for defining the expression list

    Inheritance
    System.Object
    System.Collections.Generic.List<System.Object>
    ExpressionList
    Implements
    System.Collections.Generic.IList<System.Object>
    System.Collections.Generic.ICollection<System.Object>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<System.Object>
    System.Collections.Generic.IReadOnlyCollection<System.Object>
    System.Collections.Generic.IEnumerable<System.Object>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<System.Object>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<System.Object>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<System.Object>.Add(System.Object)
    System.Collections.Generic.List<System.Object>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<System.Object>.AddRange(System.Collections.Generic.IEnumerable<System.Object>)
    System.Collections.Generic.List<System.Object>.AsReadOnly()
    System.Collections.Generic.List<System.Object>.BinarySearch(System.Int32, System.Int32, System.Object, System.Collections.Generic.IComparer<System.Object>)
    System.Collections.Generic.List<System.Object>.BinarySearch(System.Object)
    System.Collections.Generic.List<System.Object>.BinarySearch(System.Object, System.Collections.Generic.IComparer<System.Object>)
    System.Collections.Generic.List<System.Object>.Clear()
    System.Collections.Generic.List<System.Object>.Contains(System.Object)
    System.Collections.Generic.List<System.Object>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<System.Object>.ConvertAll<TOutput>(System.Converter<System.Object, TOutput>)
    System.Collections.Generic.List<System.Object>.CopyTo(System.Object[])
    System.Collections.Generic.List<System.Object>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<System.Object>.CopyTo(System.Int32, System.Object[], System.Int32, System.Int32)
    System.Collections.Generic.List<System.Object>.CopyTo(System.Object[], System.Int32)
    System.Collections.Generic.List<System.Object>.Exists(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.Find(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindAll(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindIndex(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindIndex(System.Int32, System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindLast(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindLastIndex(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindLastIndex(System.Int32, System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.ForEach(System.Action<System.Object>)
    System.Collections.Generic.List<System.Object>.GetEnumerator()
    System.Collections.Generic.List<System.Object>.System.Collections.Generic.IEnumerable<System.Object>.GetEnumerator()
    System.Collections.Generic.List<System.Object>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<System.Object>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.Object>.IndexOf(System.Object)
    System.Collections.Generic.List<System.Object>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<System.Object>.IndexOf(System.Object, System.Int32)
    System.Collections.Generic.List<System.Object>.IndexOf(System.Object, System.Int32, System.Int32)
    System.Collections.Generic.List<System.Object>.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<System.Object>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<System.Object>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.Object>)
    System.Collections.Generic.List<System.Object>.LastIndexOf(System.Object)
    System.Collections.Generic.List<System.Object>.LastIndexOf(System.Object, System.Int32)
    System.Collections.Generic.List<System.Object>.LastIndexOf(System.Object, System.Int32, System.Int32)
    System.Collections.Generic.List<System.Object>.Remove(System.Object)
    System.Collections.Generic.List<System.Object>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<System.Object>.RemoveAll(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.RemoveAt(System.Int32)
    System.Collections.Generic.List<System.Object>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.Object>.Reverse()
    System.Collections.Generic.List<System.Object>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<System.Object>.Sort()
    System.Collections.Generic.List<System.Object>.Sort(System.Collections.Generic.IComparer<System.Object>)
    System.Collections.Generic.List<System.Object>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.Object>)
    System.Collections.Generic.List<System.Object>.Sort(System.Comparison<System.Object>)
    System.Collections.Generic.List<System.Object>.ToArray()
    System.Collections.Generic.List<System.Object>.TrimExcess()
    System.Collections.Generic.List<System.Object>.TrueForAll(System.Predicate<System.Object>)
    System.Collections.Generic.List<System.Object>.Capacity
    System.Collections.Generic.List<System.Object>.Count
    System.Collections.Generic.List<System.Object>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<System.Object>.System.Collections.Generic.ICollection<System.Object>.IsReadOnly
    System.Collections.Generic.List<System.Object>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<System.Object>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<System.Object>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<System.Object>.Item[System.Int32]
    System.Collections.Generic.List<System.Object>.System.Collections.IList.Item[System.Int32]
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class ExpressionList : List<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable

    Constructors

    ExpressionList()

    Declaration
    public ExpressionList()

    Fields

    ReadyForOperand

    When the Syncfusion.UI.Xaml.Controls.Input.SfCalculator control is Ready to get another input and has finished processing the previous input.

    Declaration
    public bool ReadyForOperand
    Field Value
    Type Description
    System.Boolean

    Value

    Gets or sets the calculated value by the Syncfusion.UI.Xaml.Controls.Input.SfCalculator control.

    Declaration
    public decimal Value
    Field Value
    Type Description
    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 Description
    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 Description
    System.Boolean

    ToString()

    Converts the object into a string

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

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved