SRGraphComponent::qsPointYSorterCompareD

int _cdeclSRGraphComponent::qsPointYSorterCompareD(const void *a, const void *b)

Callback routine for qsort -- sorts arrays of CPoint objects into ascending order

Defined in: SRGComp.cpp

Return Value

a==b 0, a>b 1, a

Parameters

a

Pointer to the first CPoint -- cast to const void *

b

Pointer to the second CPoint -- cast to const void *

See also...

The qsort documentation for details or  qsPointYSorterCompareA