Click or drag to resize

isWithin Class

A static function container for comparing an element to two boundaries.
Inheritance Hierarchy
SystemObject
  NumberStoneisWithin

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class isWithin
Methods
  NameDescription
Public methodStatic memberiswithin(Double, Double, Double)
Get whether an element is between two boundaries or equal to either of them.
Public methodStatic memberiswithin(Int32, Int32, Int32)
Get whether an element is between two boundaries or equal to either of them.
Public methodStatic memberiswithinT(T, T, T, IComparerT)
Get whether an element is between two boundaries or equal to either of them.
Public methodStatic memberiswithinexclusive(Double, Double, Double)
Get whether an element is between two boundaries or equal to either of them.
Public methodStatic memberiswithinexclusive(Int32, Int32, Int32)
Get whether an element is between two boundaries or equal to either of them.
Public methodStatic memberiswithinexclusiveT(T, T, T, IComparerT)
Get whether an element is between two boundaries or equal to either of them.
Public methodStatic memberiswithinPartialExclusive(Double, Double, Double)
Get whether an element is between two boundaries or equal to the first.
Public methodStatic memberiswithinPartialExclusive(Int32, Int32, Int32)
Get whether an element is between two boundaries or equal to the first.
Public methodStatic memberiswithinPartialExclusiveT(T, T, T, IComparerT)
Get whether an element is between two boundaries or equal to the first.
Top
See Also