The tie breaker for Ranks.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Ranks..::.Tie TieBreaker { get; set; }
Visual Basic (Declaration)
Public Property TieBreaker As Ranks..::.Tie
Visual C++
public:
property Ranks..::.Tie TieBreaker {
	Ranks..::.Tie get ();
	void set (Ranks..::.Tie value);
}

Field Value

A Tie which represents the tie breaker.

See Also