XYIsMonotonΒΆ

XYIsMonoton returns TRUE (1) if the x-coordinates are strictly monoton increasing.

bMonoton = XYIsMonoton(hData)

Return Value

bMonoton is TRUE if the x-coordinates are strictly monoton increasing.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-266338