Note: This API is now obsolete.
Gets a collection of
IndexValuePairT objects
representing the nonzero elements of this instance.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[ObsoleteAttribute("Use the NonzeroElements property instead.")]
public IEnumerable<IndexValuePair<T>> NonzeroComponents { get; }
<ObsoleteAttribute("Use the NonzeroElements property instead.")>
Public ReadOnly Property NonzeroComponents As IEnumerable(Of IndexValuePair(Of T))
Get
public:
[ObsoleteAttribute(L"Use the NonzeroElements property instead.")]
property IEnumerable<IndexValuePair<T>>^ NonzeroComponents {
IEnumerable<IndexValuePair<T>>^ get ();
}
[<ObsoleteAttribute("Use the NonzeroElements property instead.")>]
member NonzeroComponents : IEnumerable<IndexValuePair<'T>> with get
Property Value
Type:
IEnumerableIndexValuePairT
Reference