| SoVolumeReaderGetMinMax Method (Double, Double) | 
Returns min max if stored in file for float data type
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic virtual bool GetMinMax(
	out double min,
	out double max
)
Public Overridable Function GetMinMax ( 
	<OutAttribute> ByRef min As Double,
	<OutAttribute> ByRef max As Double
) As Boolean
public:
virtual bool GetMinMax(
	[OutAttribute] double% min, 
	[OutAttribute] double% max
)
abstract GetMinMax : 
        min : float byref * 
        max : float byref -> bool 
override GetMinMax : 
        min : float byref * 
        max : float byref -> bool Parameters
- min
 - Type: SystemDouble
 - max
 - Type: SystemDouble
 
Return Value
Type: 
Boolean
See Also