C# Class AmazonScrape.ScoreDistribution

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

Public Methods

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

Method Details

ScoreDistribution() public method

public ScoreDistribution ( DoubleRange oneStar, DoubleRange twoStar, DoubleRange threeStar, DoubleRange fourStar, DoubleRange fiveStar ) : System
oneStar DoubleRange
twoStar DoubleRange
threeStar DoubleRange
fourStar DoubleRange
fiveStar DoubleRange
return System

ScoreDistribution() public method

public ScoreDistribution ( double scores ) : System
scores double
return System

ToString() public method

public ToString ( ) : string
return string