Click or drag to resize
SoVolumeReaderGetNumSignificantBits Method
This method is optional. It returns the number of significant bits of the volume data.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual int GetNumSignificantBits()

Return Value

Type: Int32
Remarks

If it is not implemented, the default return value is 0, meaning the number of bits depends on the data type. See the last parameter of SoVolumeData.SetVolumeData(). This method is called immediately after #GetDataChar().

See Also