Record TConsensusData
Unit
Declaration
type TConsensusData = record
Description
Record to store consensus values and their occurrence count.
Overview
Fields
![]() |
Count: Integer; |
![]() |
Value: String; |
Description
Fields
![]() |
Count: Integer; |
|
The number of occurrences of this value | |
![]() |
Value: String; |
|
The consensus | |
Generated by PasDoc 0.16.0-snapshot.
