SoVolumeHistogramSet Method (IListInt64, IListDouble) |
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,
IList<double> values
)
Public Sub Set (
histo As IList(Of Long),
values As IList(Of Double)
)
public:
void Set(
IList<long long>^ histo,
IList<double>^ values
)
member Set :
histo : IList<int64> *
values : IList<float> -> unit
Parameters
- histo
- Type: System.Collections.GenericIListInt64
- values
- Type: System.Collections.GenericIListDouble
Remarks Useful to get back scalar parameters such as min/max values and number of significant bits
See Also