IsValueOutOfRange Method

HidSharp

ReportSegment IsValueOutOfRange Method HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public bool IsValueOutOfRange(
	int value
)
public bool IsValueOutOfRange(
	int value
)
Public Function IsValueOutOfRange ( _
	value As Integer _
) As Boolean
Public Function IsValueOutOfRange ( _
	value As Integer _
) As Boolean
public:
bool IsValueOutOfRange(
	int value
)
public:
bool IsValueOutOfRange(
	int value
)
member IsValueOutOfRange : 
        value : int -> bool
member IsValueOutOfRange : 
        value : int -> bool

Parameters

value
Type: OnlineSystem Int32
See Also