C# Class numl.Math.Range

A range.
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode Description
Range ( double min ) : System

Constructor taking only minimum value and creating slightly greated max.

Range ( double min, double max ) : System

Constructor taking min and max vaue to create Range.

Test ( double d ) : bool

Tests.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

Range() public méthode

Constructor taking only minimum value and creating slightly greated max.
public Range ( double min ) : System
min double The minimum.
Résultat System

Range() public méthode

Constructor taking min and max vaue to create Range.
public Range ( double min, double max ) : System
min double The minimum.
max double The maximum.
Résultat System

Test() public méthode

Tests.
public Test ( double d ) : bool
d double The double to process.
Résultat bool

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string