Show / Hide Table of Contents

    Class DoubleRoundingThousandthsAnonymizer

    Rounds numeric values to the hundreds place (e.g., 123.1235 becomes 123.124).

    Inheritance
    System.Object
    Anonymizer
    DoubleRoundingAnonymizer
    DoubleRoundingThousandthsAnonymizer
    Inherited Members
    DoubleRoundingAnonymizer.Apply(Object, Protocol)
    Anonymizer.Equals(Object)
    Anonymizer.GetHashCode()
    Namespace: Sensus.Anonymization.Anonymizers
    Assembly: SensusAndroid.dll
    Syntax
    public class DoubleRoundingThousandthsAnonymizer : DoubleRoundingAnonymizer

    Constructors

    DoubleRoundingThousandthsAnonymizer()

    Declaration
    public DoubleRoundingThousandthsAnonymizer()

    Properties

    DisplayText

    Declaration
    public override string DisplayText { get; }
    Property Value
    Type Description
    System.String
    Overrides
    DoubleRoundingAnonymizer.DisplayText
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX