Returns the number of dimensions for this type. Will be 0 for scalar values and >= 1 for array values.
Usage | Returns |
---|---|
PixelType.dimensions() | Integer |
Argument | Type | Details |
---|---|---|
this: pixelType | PixelType |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!