Show / Hide Table of Contents

    Class DoubleRoundingHundredthsAnonymizer

    Rounds numeric values to the hundredths place (e.g., 123.123 becomes 123.12).

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

    Constructors

    DoubleRoundingHundredthsAnonymizer()

    Declaration
    public DoubleRoundingHundredthsAnonymizer()

    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