SoVolumeReaderGetHistogram Method (IListInt64) |
Returns histogram if available.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public virtual bool GetHistogram(
IList<long> numVox
)
Public Overridable Function GetHistogram (
numVox As IList(Of Long)
) As Boolean
public:
virtual bool GetHistogram(
IList<long long>^ numVox
)
abstract GetHistogram :
numVox : IList<int64> -> bool
override GetHistogram :
numVox : IList<int64> -> bool
Parameters
- numVox
- Type: System.Collections.GenericIListInt64
Return Value
Type:
BooleanRemarks See Also