A Sandcastle Documented Class Library
PartitionedEpcEncoderGetFirstPartitionBitCount Method |
Gets the number of bits in the first partition. Excludes the partition value bits.
Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
protected virtual int GetFirstPartitionBitCount( int partitionValue )
Protected Overridable Function GetFirstPartitionBitCount ( partitionValue As Integer ) As Integer
protected: virtual int GetFirstPartitionBitCount( int partitionValue )
abstract GetFirstPartitionBitCount : partitionValue : int -> int override GetFirstPartitionBitCount : partitionValue : int -> int
Parameters
- partitionValue
- Type: SystemInt32
Partition value.
Return Value
Type: Int32Number of bits in the first partition.
See Also