csharp
public readonly record struct ScoreTermOne term of a score, named so that a total can be read rather than trusted.
Fields and properties (2)
public string NameWhat it is — party, guild, fill, antiflap.
public double ValueWhat it contributed. Negative terms are penalties.
Methods (2)
public ScoreTerm(string Name, double Value)One term of a score, named so that a total can be read rather than trusted.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (3)
- CandidateVerdictVixen.Live.Orchestrator
- PlacementDirectorVixen.Live.Orchestrator
- PlacementDirectorTestsVixen.Live.Orchestrator.Tests