| SoLDMReaderGetHistogram Method (IListInt64) | 
Returns the distribution of data values, i.e., the number of voxels per data value. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override bool GetHistogram(
	IList<long> numVox
)
Public Overrides Function GetHistogram ( 
	numVox As IList(Of Long)
) As Boolean
public:
virtual bool GetHistogram(
	IList<long long>^ numVox
) override
abstract GetHistogram : 
        numVox : IList<int64> -> bool 
override GetHistogram : 
        numVox : IList<int64> -> bool Parameters
- numVox
 - Type: System.Collections.GenericIListInt64
 
Return Value
Type: 
Boolean
Remarks numVox(0) is the number of voxels with value 0,  numVox(1) is the number of voxels with value 1, and so on. 
See Also