Click or drag to resize
Accord.NET (logo)

CircularDescriptiveMeasureCollection Properties

The CircularDescriptiveMeasureCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionCircularDescriptiveMeasures.)
Public propertyIsReadOnly
Returns true.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Public propertyItemTKey
Gets or sets the element with the specified key.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Public propertyItemInt32
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionCircularDescriptiveMeasures.)
Protected propertyItems
Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionCircularDescriptiveMeasures.)
Public propertyKeys
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Public propertyValues
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Top
See Also