FloatPointNumCollection

FloatPointNumCollection class

Contains a collection of doubling point numbers

Constructors

NameDescription
FloatPointNumCollectionConstructor.

Properties

NameTypeDescription
Countint
Item (int)float

Methods

NameDescription
addAdd the doubling point number in the collection.
removeRemove the doubling point number from the collection.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
numberfloat

remove(number)

Remove the doubling point number from the collection.

ParameterTypeDescription
numberfloat

clear()

removeAt(index)

iterator()

Reserved for internal use.