C# Class RuleEngine.Range

Afficher le fichier Open project: shayfriedman/WhatCSharpCouldDoThat-Sample

Méthodes publiques

Méthode Description
IsInRange ( int value ) : bool
Range ( decimal min, decimal max ) : System

Method Details

IsInRange() public méthode

public IsInRange ( int value ) : bool
value int
Résultat bool

Range() public méthode

public Range ( decimal min, decimal max ) : System
min decimal
max decimal
Résultat System