Skip to main content

IsInRange Method

Determines if given value is inside the range.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool IsInRange(
int value
)

Parameters

  Int32
The value to verify.

Return Value

Boolean
true If given value is inside the range, false otherwise.

See Also

Reference

UnicodeRange Structure
Avalonia.Media Namespace