Class WolfGroupStatistics.WordPerLineStat
Word-per-line quantified statistic.
Implements
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class WordPerLineStat : WolfGroupStatistics.IMemberStat
Constructors
| Improve this Doc View SourceWordPerLineStat()
Creates a new object of this type.
Declaration
[JsonConstructor]
protected WordPerLineStat()
Properties
| Improve this Doc View SourceUserID
Member's user ID.
Declaration
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
UserNickname
Member's name.
Declaration
public string UserNickname { get; }
Property Value
Type | Description |
---|---|
String |
WordsPerLine
Words per line.
Declaration
[JsonProperty("wpl")]
public double WordsPerLine { get; }
Property Value
Type | Description |
---|---|
Double |
Remarks
This statistic appears to be currently broken, and have the same values as TextMessagesCount.