Class DoubleRoundingAnonymizer
Rounds numeric values to various levels of precision.
Inheritance
System.Object
DoubleRoundingAnonymizer
Assembly: SensusAndroid.dll
Syntax
public abstract class DoubleRoundingAnonymizer : Anonymizer
Constructors
DoubleRoundingAnonymizer(Int32)
Declaration
protected DoubleRoundingAnonymizer(int places)
Parameters
| Type |
Name |
Description |
| System.Int32 |
places |
|
Properties
DisplayText
Declaration
public override string DisplayText { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Apply(Object, Protocol)
Declaration
public override object Apply(object value, Protocol protocol)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
| Protocol |
protocol |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides