'DeclarationPublic Overloads Sub GetMinAndMax( _ ByRef Min As Single, _ ByRef Max As Single, _ ByVal Centile As Single, _ ByVal Scale As Boolean _ )
'UsageDim instance As DicomDataSet 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
 - Scale
 - Whether to apply scaling/modality lookup table transformation