Search Results for

    Show / Hide Table of Contents

    Class Calculator

    Inheritance
    object
    Calculator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class Calculator

    Constructors

    Calculator()

    Declaration
    public Calculator()

    Methods

    DoClearAll()

    Declaration
    public void DoClearAll()

    DoClearCurrentToken()

    Declaration
    public void DoClearCurrentToken()

    DoDecimal()

    Declaration
    public void DoDecimal()

    DoDigit(int)

    Declaration
    public void DoDigit(int n)
    Parameters
    Type Name Description
    int n

    DoEvaluate()

    Declaration
    public void DoEvaluate()

    DoMemoryClear()

    Declaration
    public void DoMemoryClear()

    DoMemoryRecall()

    Declaration
    public void DoMemoryRecall()

    DoMemorySet()

    Declaration
    public void DoMemorySet()

    DoNegative()

    Declaration
    public void DoNegative()

    DoOneOver()

    Declaration
    public void DoOneOver()

    DoOperator(TokenType)

    Declaration
    public void DoOperator(TokenCalc.TokenType type)
    Parameters
    Type Name Description
    TokenCalc.TokenType type

    DoPercent()

    Declaration
    public void DoPercent()

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    string

    ShowCalc(decimal, ref bool, bool)

    Declaration
    public static decimal ShowCalc(decimal currentvalue, ref bool aceptado, bool IsPassword)
    Parameters
    Type Name Description
    decimal currentvalue
    bool aceptado
    bool IsPassword
    Returns
    Type Description
    decimal

    ShowCalc(decimal, ref bool, bool, string, IWin32Window)

    Declaration
    public static decimal ShowCalc(decimal currentvalue, ref bool aceptado, bool IsPassword, string titulo, IWin32Window nwindow)
    Parameters
    Type Name Description
    decimal currentvalue
    bool aceptado
    bool IsPassword
    string titulo
    IWin32Window nwindow
    Returns
    Type Description
    decimal
    In this article
    Back to top Generated by DocFX