SoVRLdmFileReaderGetHistogram 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: 2024.2.0.0 (2024.2.0)
Syntax public 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:
BooleanRemarks 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