Enumerates all bins and the total for each bin.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public IEnumerable<KeyValuePair<T, double>> BinsAndValues { get; }
Public ReadOnly Property BinsAndValues As IEnumerable(Of KeyValuePair(Of T, Double))
Get
public:
property IEnumerable<KeyValuePair<T, double>>^ BinsAndValues {
IEnumerable<KeyValuePair<T, double>>^ get ();
}
member BinsAndValues : IEnumerable<KeyValuePair<'T, float>> with get
Property Value
Type:
IEnumerableKeyValuePairT,
Double
Numerical Libraries
Supported in: 6.0
Reference