SoVolumeReaderGetMinMax Method (Int64, Int64) |
Returns min max if stored in file for integer data type
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual bool GetMinMax(
out long min,
out long max
)
Public Overridable 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
)
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:
BooleanSee Also