| SoConverterParametersSetBitSetThreshold Method  | 
Set the bitset threshold value. 
 
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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