MC-Basic:CHECKCAMMONOTONIC

From SoftMC-Wiki
Revision as of 02:27, 26 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

This function checks whether cam table is monotonic. It returns 0 if the table is monotonic. Otherwise, it returns the index in the table at which the data are not monotonic. A cam table must be monotonic to run.

Short form

Ccmon

Syntax

CheckCamMonotonic(<cam>)

Availability

All versions

Range

Existing cam table name

Scope

Configuration, Task or Terminal

Examples

Index = CheckCAMMonotonic( Cam1 )

See Also