We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns value for the column.
Namespace: CodeJam.PerfTests.ColumnsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public string GetValue( Summary summary, Benchmark benchmark )
VB
Public Function GetValue ( summary As Summary, benchmark As Benchmark ) As String
F#
abstract GetValue : summary : Summary * benchmark : Benchmark -> string override GetValue : summary : Summary * benchmark : Benchmark -> string
Type: StringMetric value (upper or lower boundary) for the benchmark.
IColumn.GetValue(Summary, Benchmark)
CompetitionLimitColumn ClassCodeJam.PerfTests.Columns Namespace