DiscreteDistribution<T>.Items Property

Gets the set of items in the distribution.

Definition

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

Property Value

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

See Also