Back to FabImage Studio website

You are here: Start » Filter Reference » Basic » Matrix » SkipEmptyMatrix

SkipEmptyMatrix


Module: FoundationLite

If the input matrix dimensions are non-zero, then the matrix is copied to the output; otherwise Nil value is returned.

Applications

Secures against domain errors caused by empty matrices.
Name Type Description
Input value
inMatrix Matrix
Output value
outNotEmptyMatrix Matrix?
Output value
outIsNotEmpty Bool

Complexity Level

This filter is available on Basic Complexity Level.