SoConverterParametersSetBitSetThreshold Method |
Set the bitset threshold value.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetBitSetThreshold(
double bitsetThreshold
)
Public Sub SetBitSetThreshold (
bitsetThreshold As Double
)
public:
void SetBitSetThreshold(
double bitsetThreshold
)
member SetBitSetThreshold :
bitsetThreshold : float -> unit
Parameters
- bitsetThreshold
- Type: SystemDouble
For each value (V) of a dataset, if V > threshold the bitset is set to 1 for this bit, or to 0 otherwise. Default is 0.
Remarks
Whichever was called last, saveAsBitSet or this method, determines the threshold value that will be used.
See Also