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.
Default count for performance test loops.
Namespace: CodeJam.PerfTestsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public const int DefaultCount = 10000
VB
Public Const DefaultCount As Integer = 10000
F#
static val mutable DefaultCount: int
Type: Int32
CompetitionHelpers ClassCodeJam.PerfTests Namespace