'Declaration
Public Overloads Sub GetMinAndMax( _ ByRef Min As Single, _ ByRef Max As Single, _ ByVal Centile As Single, _ ByVal Scale As Boolean _ )
'Usage
Dim instance As DicomImage Dim Min As Single Dim Max As Single Dim Centile As Single Dim Scale As Boolean instance.GetMinAndMax(Min, Max, Centile, Scale)
Parameters
- Min
- The minimum value found
- Max
- The maximum value found
- Centile
- Proportion of extreme values to ignore (in range 0.0 to 1.0)
- Scale
- Whether to apply scaling/modality lookup table transformation