Click or drag to resize
SoLDMReader.GetMinMax Method (Int64, Int64)
Returns min max if stored in file for integer data type

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public override bool GetMinMax(
	out long min,
	out long max
)

Parameters

min
Type: System.Int64
max
Type: System.Int64

Return Value

Type: Boolean
See Also