Description
A double floating point variable representing the minimum pixel value allowed by the image type.
-
Property type
-
A Double value.
-
Syntax
-
object.RangeMin [= value]
The RangeMin Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | value | A Double value. | Remarks
This is not necessarily the minimum pixel value in the image. This property is read-only for integral image types, and read/write only for floating point image types.
|