C# Class NFluent.Messages.RangeBlock

Class representing a range of value
Afficher le fichier Open project: tpierrain/NFluent

Méthodes publiques

Méthode Description
IsInRange ( double value ) : bool
RangeBlock ( double referenceValue, double tolerance ) : System

Constructor

This represents a range of referenceValue +/- tolerance

ToString ( ) : string

Method Details

IsInRange() public méthode

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

RangeBlock() public méthode

Constructor
This represents a range of referenceValue +/- tolerance
public RangeBlock ( double referenceValue, double tolerance ) : System
referenceValue double Reference value (mid point)
tolerance double Tolerance
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string