...
Name | Type | Required | Comments |
---|---|---|---|
threshold | float | yes | Threshold setting is a floating point number greater than 1.0 |
Flags
None
Return value
void void
Examples
Code Block | ||
---|---|---|
| ||
// This example uses a threshold of 2, which is a common threshold value. |
...
findTail 2; |
Additional information
Related commands
...