HistogramBar.psm1
|
class HistogramBar { [int] $Index [float] $lowerBound [float] $upperBound [int] $Count [float] $RelativeCount [string] $Bar } |
|
class HistogramBar { [int] $Index [float] $lowerBound [float] $upperBound [int] $Count [float] $RelativeCount [string] $Bar } |