FloatCollection.FloatCollection Constructors
Initializes a new instance of the FloatCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | FloatCollection() | Initializes a new empty instance of the FloatCollection class. | 
| Public method | FloatCollection(IEnumerable< System.Single > items) | Initializes a new instance of the FloatCollection class with the specified elements. | 
FloatCollection()
Initializes a new empty instance of the FloatCollection class.Syntax
public FloatCollection ()FloatCollection(IEnumerable< System.Single > items)
Initializes a new instance of the FloatCollection class with the specified elements.Syntax
public FloatCollection (
	IEnumerable< System.Single (not available in C#) > items
)Parameters
items
    Type: A collection of System::Single elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android