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)
- C#
- VB
- F#
public static bool IsInRangeInclusive(
Codepoint cp,
uint lowerBound,
uint upperBound
)
Public Shared Function IsInRangeInclusive (
cp As Codepoint,
lowerBound As UInteger,
upperBound As UInteger
) As Boolean
static member IsInRangeInclusive :
cp : Codepoint *
lowerBound : uint32 *
upperBound : uint32 -> bool
Parameters
Return Value
BooleanSee Also
Reference
Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace