DiscreteDistribution<T>.Items Property

Gets the set of items in the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Index<T> Items { get; }

Property Value

Index<T>
An Index<T> of the items in the distribution.

See Also