Table of Contents

Class DoubleToleranceExtensions

Namespace
Acuit.Pinpoint.Workflows.Testing.Primitives
Assembly
Acuit.Pinpoint.Workflows.Testing.dll
public static class DoubleToleranceExtensions
Inheritance
DoubleToleranceExtensions
Inherited Members

Methods

GetLimits(DoubleTolerance, double, out double, out double)

public static void GetLimits(this DoubleTolerance tolerance, double target, out double minimum, out double maximum)

Parameters

tolerance DoubleTolerance
target double
minimum double
maximum double

IsValueWithinTolerance(DoubleTolerance, double, double)

public static bool IsValueWithinTolerance(this DoubleTolerance tolerance, double target, double value)

Parameters

tolerance DoubleTolerance
target double
value double

Returns

bool