ReportSegment IsValueOutOfRange Method | HIDSharp |
Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public bool IsValueOutOfRange( int value )
Public Function IsValueOutOfRange ( _ value As Integer _ ) As Boolean
public: bool IsValueOutOfRange( int value )
member IsValueOutOfRange : value : int -> bool
Parameters
- value
- Type:
System Int32
See Also