FloatPointNumCollection
FloatPointNumCollection class
Contains a collection of doubling point numbers
Constructors
| Name | Description |
|---|---|
| FloatPointNumCollection | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | float |
Methods
| Name | Description |
|---|---|
| add | Add the doubling point number in the collection. |
| remove | Remove the doubling point number from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
FloatPointNumCollection()
Constructor.
FloatPointNumCollection.Count property
Type: int
FloatPointNumCollection.Item (int) property
Type: float
add(number)
Add the doubling point number in the collection.
| Parameter | Type | Description |
|---|---|---|
| number | float |
remove(number)
Remove the doubling point number from the collection.
| Parameter | Type | Description |
|---|---|---|
| number | float |
clear()
removeAt(index)
iterator()
Reserved for internal use.