- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Code_InRange
        andrewvk edited this page Apr 22, 2016 
        ·
        8 revisions
      
    [This is preliminary documentation and is subject to change.]
Assertion for the argument in range
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void InRange(
	int value,
	string argName,
	int fromValue,
	int toValue
)VB
Public Shared Sub InRange ( 
	value As Integer,
	argName As String,
	fromValue As Integer,
	toValue As Integer
)F#
static member InRange : 
        value : int * 
        argName : string * 
        fromValue : int * 
        toValue : int -> unit 
- value
- Type: System.Int32
 The value.
- argName
- Type: System.String
 Name of the argument.
- fromValue
- Type: System.Int32
 From value.
- toValue
- Type: System.Int32
 To value.