Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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