Table of Contents

Class LowHighHelper

Namespace
SunamoNumbers
Assembly
SunamoNumbers.dll

Tracks the minimum and maximum integer values encountered.

public class LowHighHelper
Inheritance
LowHighHelper
Inherited Members
Extension Methods

Methods

Set(int)

Updates the minimum and maximum tracked values with the given value.

public void Set(int value)

Parameters

value int

The value to compare against current minimum and maximum.