C# Class AmazonScrape.ScoreDistribution

Represents the percentage range of values of each Amazon review star category (convenience class)
Afficher le fichier Open project: ThomasRush/AmazonScrape Class Usage Examples

Méthodes publiques

Méthode Description
ScoreDistribution ( DoubleRange oneStar, DoubleRange twoStar, DoubleRange threeStar, DoubleRange fourStar, DoubleRange fiveStar ) : System
ScoreDistribution ( double scores ) : System
ToString ( ) : string

Method Details

ScoreDistribution() public méthode

public ScoreDistribution ( DoubleRange oneStar, DoubleRange twoStar, DoubleRange threeStar, DoubleRange fourStar, DoubleRange fiveStar ) : System
oneStar DoubleRange
twoStar DoubleRange
threeStar DoubleRange
fourStar DoubleRange
fiveStar DoubleRange
Résultat System

ScoreDistribution() public méthode

public ScoreDistribution ( double scores ) : System
scores double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string