-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_Columns_CompetitionLimitColumn_GetValue
andrewvk edited this page Nov 8, 2016
·
2 revisions
Returns value for the column.
Namespace: CodeJam.PerfTests.Columns
Assembly: 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
- summary
- Type: Summary
Summary for the run. - benchmark
- Type: Benchmark
The benchmark.
Type: String
Metric value (upper or lower boundary) for the benchmark.
IColumn.GetValue(Summary, Benchmark)
CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace