New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Calculator

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ExecuteOperations

Inheritance: objectExecuteOperations

Constructors

C#
public ExecuteOperations()

Properties

C#
public static Func<decimal, decimal, decimal> Add { get; }
C#
public static Func<decimal, decimal, decimal> Divide { get; }
C#
public static Func<decimal, decimal, decimal> Multiply { get; }
C#
public static Func<decimal, decimal> Negate { get; }
C#
public static Func<decimal, decimal, decimal> Percent { get; }
C#
public static Func<decimal, decimal> Reciprocal { get; }
C#
public static Func<decimal, decimal> SquareRoot { get; }
C#
public static Func<decimal, decimal, decimal> Subtract { get; }