Compares 2 pivot table values to determine max and min.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
protected virtual int Compare(
Object a,
Object b
)
Protected Overridable Function Compare (
a As Object,
b As Object
) As Integer
protected:
virtual int Compare(
Object^ a,
Object^ b
)
abstract Compare :
a : Object *
b : Object -> int
override Compare :
a : Object *
b : Object -> int
Parameters
- a
- Type: SystemObject
- b
- Type: SystemObject
Return Value
Type:
Int32
By default "descending" order is used.
Reference