Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool IsBetween(this int, int, int)

Declaration

public static bool IsBetween(
    this int value,
    int min,
    int max
)

Summary

Determines whether value is between min and max (inclusive).