'DeclarationPublic Overloads Sub GetMinAndMax( _ ByRef Min As System.Single, _ ByRef Max As System.Single, _ ByVal Centile As System.Single, _ ByVal ScaleLUT As System.Boolean, _ ByVal ScaleRescale As System.Boolean _ )
public void GetMinAndMax( out System.float Min, out System.float Max, System.float Centile, System.bool ScaleLUT, System.bool 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