Table of Contents

Interface IRevertableAdjustment

Namespace
Loehnert.IO.Contracts
Assembly
Loehnert.IO.dll

Provides functionality for a adjustment in two directions.

public interface IRevertableAdjustment : IAdjustment
Inherited Members

Methods

RevertScale(double)

Reverts the adjustment scaling.

double RevertScale(double input)

Parameters

input double

Adjusted value.

Returns

double

The not adjusted value.