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.
Assertion for the argument in range
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[ConditionalAttribute("DEBUG")] public static void InRange( double value, string argName, double fromValue, double toValue )
VB
<ConditionalAttribute("DEBUG")> Public Shared Sub InRange ( value As Double, argName As String, fromValue As Double, toValue As Double )
F#
[<ConditionalAttribute("DEBUG")>] static member InRange : value : float * argName : string * fromValue : float * toValue : float -> unit
DebugCode ClassInRange OverloadCodeJam Namespace