Click or drag to resize
SoConverterParametersSetBitSetThreshold Method

Set the bitset threshold value.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetBitSetThreshold(
	double bitsetThreshold
)

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