|
AsString
|
Returns a parsable string representation of the ISingletonsVector. It uses the Parser property to create the string
|
|
Count
|
Returns the number of XY value pairs in the singletons vector
|
|
HashCode
|
Returns a unique hash code (or close to unique) for the value stored in the vector
|
|
Parser
|
Returns the ISingletonsParser which can read and write string representations of the vector
|
|
XValues[Integer]
|
Returns the X component of the XY value pairs that define the vector
|
|
YValues[Integer]
|
Returns the Y component of the XY value pairs that define the vector
|