|
Add(IIEValue,IIEValue)
|
Adds a new XY value pair to the vector. The index of the new value pair is returned
|
|
Append(ISingletonsVector)
|
Adds the XY value pairs from the Vector parameter to the current vector
|
|
Clear
|
Clears the XY value pairs from the vector
|
|
Delete(Integer)
|
Deletes the XY value pair at the Index
|
|
GetCount
|
Accessor method for the Count property
|
|
GetHashCode
|
Accessor method for the HashCode property
|
|
GetParser
|
Accessor method for the Parser property
|
|
GetXValues(Integer)
|
Accessor method for the XValues property
|
|
GetYValues(Integer)
|
Accessor method for the YValues property
|
|
get_AsString
|
Represents method get_AsString.
|
|
get_Count
|
Represents method get_Count.
|
|
get_HashCode
|
Represents method get_HashCode.
|
|
get_Parser
|
Represents method get_Parser.
|
|
get_XValues(Integer)
|
Represents method get_XValues(Integer).
|
|
get_YValues(Integer)
|
Represents method get_YValues(Integer).
|
|
IndexOfX(IIEValue)
|
Returns the index of the XY value pair where the X component equals the Item parameter. If no match is found, the method returns -1
|
|
IndexOfY(IIEValue)
|
Returns the index of the XY value pair where the Y component equals the Item parameter. If no match is found, the method returns -1
|
|
Insert(Integer,IIEValue,IIEValue)
|
Adds a new XY value pair to the vector. The new XY value pair is inserted into the vector at the Index position. All pairs from the Index and on are bumped up by 1
|
|
SetParser(ISingletonsParser)
|
Accessor method for the Parser property
|
|
SetXValues(Integer,IIEValue)
|
Accessor method for the XValues property
|
|
SetYValues(Integer,IIEValue)
|
Accessor method for the YValues property
|
|
set_Parser(ISingletonsParser)
|
Represents method set_Parser(ISingletonsParser).
|
|
set_XValues(Integer,IIEValue)
|
Represents method set_XValues(Integer,IIEValue).
|
|
set_YValues(Integer,IIEValue)
|
Represents method set_YValues(Integer,IIEValue).
|
|
ToString
|
Returns a parsable string representation of the ISingletonsVector. It uses the Parser property to create the string
|