SoVolumeHistogramSet Method (IListInt64) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set(
IList<long> histo
)
Public Sub Set (
histo As IList(Of Long)
)
public:
void Set(
IList<long long>^ histo
)
member Set :
histo : IList<int64> -> unit
Parameters
- histo
- Type: System.Collections.GenericIListInt64
Remarks Useful to get back scalar parameters such as min/max values and number of significant bits
See Also