clip
Functions
-
int main(int argc, char *argv[])
clip [ option ] [ infile ]
-l double
lower bound
-u double
upper bound
infile str
double-type data sequence
stdout
double-type clipped data sequence
The output of this command is
is the input.ramp -l 8 | clip -u 4 | x2x +da # 0, 1, 2, 3, 4, 4, 4, 4
- Parameters:
argc – [in] Number of arguments.
argv – [in] Argument vector.
- Returns:
0 on success, 1 on failure.
See also