C# Class RuleEngine.Range

Show file Open project: shayfriedman/WhatCSharpCouldDoThat-Sample

Public Methods

Method Description
IsInRange ( int value ) : bool
Range ( decimal min, decimal max ) : System

Method Details

IsInRange() public method

public IsInRange ( int value ) : bool
value int
return bool

Range() public method

public Range ( decimal min, decimal max ) : System
min decimal
max decimal
return System