'Declaration Public Property NumPositionBits As Byte
'Usage Dim instance As LZMAOptions Dim value As Byte instance.NumPositionBits = value value = instance.NumPositionBits
public byte NumPositionBits {get; set;}
'Declaration Public Property NumPositionBits As Byte
'Usage Dim instance As LZMAOptions Dim value As Byte instance.NumPositionBits = value value = instance.NumPositionBits
public byte NumPositionBits {get; set;}
The number must be between 0 and 4.
The number of position bits (N) is intended for periodical data when the period is equal to 2^N.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2