'DeclarationPublic Overloads Sub GetMinAndMax( _ ByRef Min As Single, _ ByRef Max As Single, _ ByVal Centile As Single, _ ByVal ScaleLUT As Boolean, _ ByVal ScaleRescale As Boolean _ )
'UsageDim instance As DicomDataSet Dim Min As Single Dim Max As Single Dim Centile As Single Dim ScaleLUT As Boolean Dim ScaleRescale As Boolean instance.GetMinAndMax(Min, Max, Centile, ScaleLUT, ScaleRescale)
Parameters
- Min
- The minimum value found
- Max
- The maximum value found
- Centile
- Centile as Float
- ScaleLUT
- Whether to apply modality lookup table transformation
- ScaleRescale
- Whether to apply modality rescale slope and offset transformations