Class DoubleCollection
Represents an ordered collection of Double values.
Implements
System.Collections.Generic.IList<System.Double>
System.Collections.Generic.ICollection<System.Double>
System.Collections.Generic.IEnumerable<System.Double>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class DoubleCollection : PresentationFrameworkCollection<double>, IDependencyObject, IList<double>, ICollection<double>, IEnumerable<double>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceDoubleCollection()
Declaration
public DoubleCollection()
Methods
| Improve this Doc View SourceParse(String)
Converts a System.String representation of a collection of doubles into an equivalent DoubleCollection.
Declaration
public static DoubleCollection Parse(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | The System.String representation of the collection of doubles. |
Returns
Type | Description |
---|---|
DoubleCollection | Returns the equivalent DoubleCollection. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable