SoVolumeHistogramSet Method (ListInt64, ListDouble) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Set(
List<long> histo,
List<double> values
)
Public Sub Set (
histo As List(Of Long),
values As List(Of Double)
)
public:
void Set(
List<long long>^ histo,
List<double>^ values
)
member Set :
histo : List<int64> *
values : List<float> -> unit
Parameters
- histo
- Type: System.Collections.GenericListInt64
- values
- Type: System.Collections.GenericListDouble
RemarksUseful to get back scalar parameters such as min/max values and number of significant bits
See Also