interpolatorList

interpolatorList — lists all available interpolate functions.

Syntax

(interpolatorList [pattern])
    

Parameters

pattern

The name of one or more (using a globbing pattern) of the possible interpolate functions. When this parameter is not specified, the default is *, to include all functions.

Returns

(interpolatorList function ...)

Description

This command returns a list of the valid values for the function argument of the interpolate command.

Example

Hist> (interpolatorList *)
(interpolatorList NoInterpolator PeriodicInterpolator
 RelativeInterpolator FixedRelativeInterpolator)