| SoLDMReaderGetMinMax Method (Int64, Int64) | 
Returns the minimum and maximum data values. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override bool GetMinMax(
	out long min,
	out long max
)
Public Overrides Function GetMinMax ( 
	<OutAttribute> ByRef min As Long,
	<OutAttribute> ByRef max As Long
) As Boolean
public:
virtual bool GetMinMax(
	[OutAttribute] long long% min, 
	[OutAttribute] long long% max
) override
abstract GetMinMax : 
        min : int64 byref * 
        max : int64 byref -> bool 
override GetMinMax : 
        min : int64 byref * 
        max : int64 byref -> bool Parameters
- min
 - Type: SystemInt64
 - max
 - Type: SystemInt64
 
Return Value
Type: 
Boolean
Remarks
See Also