Skip to content

M_CodeJam_PerfTests_Columns_CompetitionLimitColumn_GetValue

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitColumn.GetValue Method

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)

Syntax

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 

Parameters

 

summary
Type: Summary
Summary for the run.
benchmark
Type: Benchmark
The benchmark.

Return Value

Type: String
Metric value (upper or lower boundary) for the benchmark.

Implements

IColumn.GetValue(Summary, Benchmark)

See Also

Reference

CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace

Clone this wiki locally