Class ExecuteOperations
Inheritance
System.Object
ExecuteOperations
Inherited Members
System.Object.ToString()
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: Telerik.WinControls.UI.Calculator
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ExecuteOperations
Constructors
ExecuteOperations()
Declaration
public ExecuteOperations()
Properties
Add
Declaration
public static Func<decimal, decimal, decimal> Add { get; }
Property Value
System.Func<System.Decimal, System.Decimal, System.Decimal>
|
Divide
Declaration
public static Func<decimal, decimal, decimal> Divide { get; }
Property Value
System.Func<System.Decimal, System.Decimal, System.Decimal>
|
Multiply
Declaration
public static Func<decimal, decimal, decimal> Multiply { get; }
Property Value
System.Func<System.Decimal, System.Decimal, System.Decimal>
|
Negate
Declaration
public static Func<decimal, decimal> Negate { get; }
Property Value
System.Func<System.Decimal, System.Decimal>
|
Percent
Declaration
public static Func<decimal, decimal, decimal> Percent { get; }
Property Value
System.Func<System.Decimal, System.Decimal, System.Decimal>
|
Reciprocal
Declaration
public static Func<decimal, decimal> Reciprocal { get; }
Property Value
System.Func<System.Decimal, System.Decimal>
|
SquareRoot
Declaration
public static Func<decimal, decimal> SquareRoot { get; }
Property Value
System.Func<System.Decimal, System.Decimal>
|
Subtract
Declaration
public static Func<decimal, decimal, decimal> Subtract { get; }
Property Value
System.Func<System.Decimal, System.Decimal, System.Decimal>
|