Skip to main content

IsInRangeInclusive Method

Returns true if cp is between lowerBound and upperBound, inclusive.

Definition

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

public static bool IsInRangeInclusive(
Codepoint cp,
uint lowerBound,
uint upperBound
)

Parameters

  Codepoint
 
  UInt32
 
  UInt32
 

Return Value

Boolean

See Also

Reference

Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace