RosterPenalty Property
Gets the total penalty due to soft constraint violations in this roster.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public double Penalty { get; }VB
Public ReadOnly Property Penalty As Double
GetC++
public:
property double Penalty {
double get ();
}F#
member Penalty : float with get