A newer version of Max is available. Click here to access the latest version of this document.

jit.clip

Limit data to the range [min,max]

Description

The jit.clip object limits matrix values to a range specified the object's min and max attributes.

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 1 1 1 1 1 char long float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Attributes

Name Type g/s Description
max float The maximum value above which clipping occurs (default = 1.)
min float The minimum value below which clipping occurs (default = 0.)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.3m Report min/mean/max values
jit.op Apply binary or unary operators