ArrayCollection - Value1 + Value2 = Value 3
I have a csv file which gets loaded then parsed. The parsed data consists of 2 number values. The values are currently being added to an arraycollection.
I would like to create a third value which would be the percentage of value 1 to value 2 and have that added to the arraycollection with the rest of the data.
How can I acheive this? Can this be done after the arraycollection is define? Any insight will be highly appreciated.
|