Ejemplo n.º 1
0
        /// <summary>
        /// Get the queried label epoc per label as a text string.
        /// </summary>
        /// <returns>The label epoc per label is returned as a string.</returns>
        public string GetQueryLabelEpocsAsText()
        {
            if (m_rgLabelStats == null)
            {
                return("n/a");
            }

            return(m_rgLabelStats.GetQueryLabelEpochAsText());
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns the number of epochs each label has experienced.
 /// </summary>
 /// <returns></returns>
 public string GetQueryLabelEpochsAsText()
 {
     return(m_stat.GetQueryLabelEpochAsText());
 }