Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the comparer which should be used to compare row values.
Finds the minimum and maximum numeric values in a subset of the rows.
The row indexes.
The minimum and maximum as a Spotfire.Dxp.Data.Range.
Finds all rows with values in a given numeric range.
A numeric Spotfire.Dxp.Data.Range.
If true, include invalid values; otherwise, do not.
The indexes of the found rows, as an Spotfire.Dxp.Data.IndexSet.
Enumerate over all the data value in the collection.
An enumerator over all values in the collection.
Gets the maximum numeric value in a subset of the rows.
The subset of the rows.
The maximum numeric value.
Gets the maximum value in a subset of the rows.
The subset of the rows.
The maximum value.
Gets the minimum numeric value within in a subset of the rows.
The subset of the rows.
The minimum numeric value.
Gets the minimum value in a subset of the rows.
The subset of the rows.
The minimum value.
A collection of the row values in a Spotfire.Dxp.Data.IDataColumn.
Since
2.0