Skip to content

M_CodeJam_Code_InRange__1

andrewvk edited this page Apr 5, 2016 · 8 revisions

Code.InRange(T) Method (T, String, T, T)

[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)

Syntax

C#

public static void InRange<T>(
	T value,
	string argName,
	T fromValue,
	T toValue
)

VB

Public Shared Sub InRange(Of T) ( 
	value As T,
	argName As String,
	fromValue As T,
	toValue As T
)

F#

static member InRange : 
        value : 'T * 
        argName : string * 
        fromValue : 'T * 
        toValue : 'T -> unit 

Parameters

 

value
Type: T
[Missing documentation for "M:CodeJam.Code.InRange1(0,System.String,0,0)"]
argName
Type: System.String
[Missing documentation for "M:CodeJam.Code.InRange1(0,System.String,0,0)"]
fromValue
Type: T
[Missing documentation for "M:CodeJam.Code.InRange1(0,System.String,0,0)"]
toValue
Type: T
[Missing documentation for "M:CodeJam.Code.InRange1(0,System.String,0,0)"]

Type Parameters

 

T

See Also

Reference

Code Class
InRange Overload
CodeJam Namespace

Clone this wiki locally