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 |