Click or drag to resize
SoVolumeHistogram.Set Method (List<Int64>)

Set the histogram.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Set(
	List<long> histo
)

Parameters

histo
Type: System.Collections.Generic.List<Int64>
Remarks

Useful to get back scalar parameters such as min/max values and number of significant bits

See Also