Vixen
02b45cc4
csharp
public readonly record struct ScoreTerm

One term of a score, named so that a total can be read rather than trusted.

Read the guide page for this →

Fields and properties (2)

  • public string Name

    What it is — party, guild, fill, antiflap.

  • public double Value

    What 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