Click or drag to resize
SoConverterParametersSaveAsBitSet Method (Boolean, Double)

Specify if dataset should be saved as a bitset (8 values per byte) or values.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SaveAsBitSet(
	bool flag,
	double bitsetThreshold
)

Parameters

flag
Type: SystemBoolean

Dataset is a bitset (true) or values (false)

bitsetThreshold
Type: SystemDouble

For each value (V) of a dataset, if V > bitsetThreshold the bitset is set to 1 for this bit, or to 0 otherwise. Used only if flag parameter is set to true. Default is 0.

Remarks

See Also