SoConverterParametersSaveAsBitSet Method (Boolean, Double) |
Specify if dataset should be saved as a bitset (8 values per byte) or values.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SaveAsBitSet(
bool flag,
double bitsetThreshold
)
Public Sub SaveAsBitSet (
flag As Boolean,
bitsetThreshold As Double
)
public:
void SaveAsBitSet(
bool flag,
double bitsetThreshold
)
member SaveAsBitSet :
flag : bool *
bitsetThreshold : float -> unit
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