Search Results for

    Show / Hide Table of Contents

    Enum RoundingLevel

    The amount of decimal places to round to when using the Rounder

    Namespace: LemonEdge.API.Processors
    Assembly: API.dll
    Syntax
    public enum RoundingLevel : short

    Fields

    Name Description
    Cents

    Round to nearest .01, using bankers rounding.

    Currency

    Round to the currency number of decimal places, using bankers rounding.

    Hundreds

    Round to nearest hundred, using bankers rounding.

    Singles

    Round to nearest whole number, using bankers rounding.

    TenCents

    Round to nearest .1, using bankers rounding.

    Tens

    Round to nearest ten, using bankers rounding.

    Extension Methods

    EnumHelper.GetShortFlaggedValues<RoundingLevel>()
    EnumHelper.ToShortGuid<RoundingLevel>()
    MiscExtensions.SetIfNotEqual<RoundingLevel, P>(Expression<Func<RoundingLevel, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionExtensions.GetEnumValueCustomAttributes<AttrType, RoundingLevel>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.