TVecIntList Class

Source: MtxVecInt.cs · Assembly: Dew.Math
TObjectListTVecIntList

public class TVecIntList : TObjectList

List of TVecInt objects.

List of Dew.Math.TVecInt objects. The list manages the object list. The TVec objects are created and destroyed by the list. List size can be controled with the Count property.

Methods

NameDescription
Add (2)Creates and adds a new TVecInt object to the list.
AssignAssigns the source to the calling object.
LoadFromStreamLoad the list from a stream.
SaveToStreamSave the list to a stream.